How to make the drop-down menu bold in the Broadcast theme?

Hello Experts,

I need help making the drop down menu characters bold, any advice?

Thank you for your help!

Broadcast theme

www.shapesdecor.com

Kindly

Hi @valeriashapes ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code to file → Save

span.navtext {
    font-weight: bold !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hey @valeriashapes ,

Use this for both mobile and desktop.

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.