Solved

Fanshe Theme Header Navigation Bar Font not Changing.

W88486079o
Excursionist
17 0 3

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

 

Accepted Solution (1)
Hardik29418
Shopify Partner
2913 419 1084

This is an accepted solution.

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

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 6 (6)

Hardik29418
Shopify Partner
2913 419 1084

Please place this code at the end of theme.scss

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

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
W88486079o
Excursionist
17 0 3

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 

W88486079o_0-1607295059158.png

 

Hardik29418
Shopify Partner
2913 419 1084

In the assets folder

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
W88486079o
Excursionist
17 0 3

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

 

Hardik29418
Shopify Partner
2913 419 1084

This is an accepted solution.

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

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
W88486079o
Excursionist
17 0 3

Thank you so much