Dawn theme: Navigation dropdown - main menu item too small

Solved

Dawn theme: Navigation dropdown - main menu item too small

avoocadoo
Tourist
6 0 1

Screenshot 2024-03-24 185409.png

 

Hi all.


In Dawn theme - when I add submenus to the navigation menu, the main menu item changes to a small size.

I have added a custom font for the navigation menu and resized it before.


Can you please help me to make the menu item the same size as the others?

The link is https://47450f.myshopify.com/

Many thanks in advance

 

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 529

This is an accepted solution.

Hey @avoocadoo,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.header__menu-item.list-menu__item span {
    font-size: 25px !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1711306205835.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 2 (2)

ThePrimeWeb
Shopify Partner
2139 616 529

This is an accepted solution.

Hey @avoocadoo,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.header__menu-item.list-menu__item span {
    font-size: 25px !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1711306205835.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
avoocadoo
Tourist
6 0 1

Thank you very much! It worked.