How can I bold a specific text in my header?

Hi guys!

I want to highlight the text “Designer Portal” text in my header navigation menu.

For example, how could I switch it to bold?

Thanks in advance guys!

@aljoba5

please give me the URL of store.

@aljoba5

Please add the given code above in theme.liquid

layout >> theme.liquid

.nav .menu .vertical-menu li:first-child a { font-weight: bolder!important; }

after the adding code look like this,

https://www.cfinteriors.ca/

@aljoba5

Please add the given code above in theme.liquid

layout >> theme.liquid

.nav .menu .vertical-menu li:first-child a { font-weight: bolder!important; }

after the adding code look like this,

It worked!

Thank you :slightly_smiling_face:

Hi! The problem now is that in the other dropdown navigation menu items, the first options that show up when you open them now also appear with the modifications I added to the other text. Is there any way of avoiding this to happen?