How can I normalize font in Minimal theme main menu?

We are creating our website and on the main menu one word is bold and the rest are not. We have the minimal theme. I know I have to change a code but cannot find under edit how to do so. Please help.

1 Like

@Olliejunes

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@Olliejunes - can you please share your website link?

It is www.shopolliejunes.com

it is disabled right now. Do I need to take it off that?

@Olliejunes - yes please

Done. You should be able to view

Also, it only shows home in bold when on desktop. Looks fine on a phone

@Olliejunes - actually it is bold on the active page, so if you go to other pages,that menu will be bold, to avoid that, please add this css to the very end of theme.css file

.site-nav--active > .site-nav__link {
    font-weight: initial;
}

I can’t find theme.css I can only see theme.scss.liquid

@Olliejunes - yes ad code to that one