DAWN THEME: Change header menu font

DAWN THEME: Change header menu font

vse_nic
Visitor
2 0 1

Hello,

 

How can I change header menu font?

 

I trying change the code but it's not working.

 

Screenshot 2022-06-15 213651.jpg

Replies 3 (3)

ZestardTech
Shopify Partner
5724 1050 1383

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
ZestardTech
Shopify Partner
5724 1050 1383

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.header__menu-item.header__menu-item{
font-size: 20px !important;
}
.menu-drawer__menu.list-menu li *{
font-size: 10px !important;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
vse_nic
Visitor
2 0 1

Look, I don't want to change a text.

 

First: In my dawn theme I don't have theme.css

 

Second: I want to change font not text. I want to change from this font now to Poppins font.

 

So how to to that?