Quick CSS query

Hi Glide community, I need to write something like this in CSS. Can any one tell me how can I do that?

If you dont want to use an image to show this logo, you could simply add a Rich Text component and use Markdown to make part of the text bold.

I know that. I just need to know the code to write that in CSS.

I was using

BREAKFAST & BRUNCH

I want to UNBOLD THE BREAKFAST PART


<span style="font-weight: normal;font-size:36px; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;">BREAKFAST & <span style="font-weight: 800;font-size:36px; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;">BRUNCH </span>

1 Like

If CSS is the preferred method, that’s totally fine, I just wanted to note that this can be accomplished without CSS using Markdown: BREAKFAST & **BRUNCH** —> this will give you BREAKFAST & BRUNCH

Can you please tell me how do I use markdown?

Simply insert a Rich Text component and change the Data field to “Custom”… then just type in your desired text and include any markdown characters you need.

Example:

image

Makes this:

image

1 Like

Actually, what are you looking for?
In simple cases, you can simply use markdown as directed by @kyleheney.
And if what you want is more varied/dynamic, you can actually use the Html Editor which is widely available on many websites with WYSIWYG features.

How to use markdown ? :frowning:

Have you got the answer you need?

:point_down:

2 Likes