Fanshe Theme Header Navigation Bar Font not Changing.

Hello everyone,

I’m new to this community, and please forgive me if I make any mistakes.

I’m building my store using the free Fanshe theme. Everything was fine except I can’t change the font of my navigation bar and it looks very thin and week.

I tried to select a different font from the theme setting, but it doesn’t work. The preview page just refreshes and nothing changees.

Can someone please tell me how can I change the font of my navigation bar and probably the height of my header part?

Store URL: www.natsuame.ca

Please place this code at the end of theme.scss

.main_menu li a {
font-weight: 800;
}

Hello,

Thank you so much for your reply. I really appreciate it.

I searched in the code for theme.scss, but I couldn’t find any. (see attachment)

Can you please tell me where I can find it?

Thank you

In the assets folder

Thank you so much for your advice. There is no such file in Asset folder, however, there is a Custom.css.liquid there and your code works there.

The code makes the Navigation bar into a bold text, which is also what I want.

Do you know happen to know how to increase the font size of the Navigation bar?

Please let me know. I’ll accept the solution tomorrow no matter the result.

Thanks

.main_menu li a {
    font-size: 17px !important;
}

Thank you so much