Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

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
6161 1100 1479

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
6161 1100 1479

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?