Customise font of dropdown menu in Venue theme?

Hi,

Can someone help me out please: I am trying to figure out how to change the font of the dropdown navigation in my main (header) menu. It doesn’t appear like this is something that can be changed via settings > typography so I assume so code-tweaking is required?

Many thanks!

Hey @zebracat ,

Welcome to the community.

I need your store URL to check the links and provide the code solution you are looking for. So are you able to provide that?

Hi @UmairA ,

Thank you for offering your help. As I am new to Shopify, the page hasn’t been published yet. But I will send you a PM with a preview link - hope this works?

Edit: It appears private messages are only available to new users after a certain time…

Hey again @zebracat ,

Add the following code to your theme.scss.liquid file (In Assets folder)

.nav__sub__items {
    font-size: 14px;
    font-family: fantasy;
}

You can change the value of font-size and font-family to your liking.

Don’t forget to let me know if it works for you.

@UmairA thank you so much - it worked. I just had to use the file called theme.css instead as no theme.scss.liquid exists.

@zebracat ,

Glad to hear that! Would you mind accepting my answer as “Accepted solution”.

Best of luck with your store!