How to make Nesting Main Menu Drop Down Font Decrease & Background Color Transparent? Dawn Theme

Solved

How to make Nesting Main Menu Drop Down Font Decrease & Background Color Transparent? Dawn Theme

Faucetpet
Excursionist
24 0 13

Hi, How do i make Nesting Main Menu Drop Down Font Decrease & Background Color Transparent?

 

Faucetpet_0-1660270545924.png

 

Accepted Solution (1)
AvadaCommerce
Shopify Partner
3879 840 1000

This is an accepted solution.

Hi @Faucetpet 

To change the font size of sub-menu item, please replace the code 

.header__submenu .header__menu-item {
  font-size: 15px;
}


With the following code

a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large {
  font-size:15px !important;
}


Please let me know if it works 🙂

banned

View solution in original post

Replies 6 (6)

DelightCart
Shopify Partner
1271 84 158

@Faucetpet Please send me store url.

Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.

TheRealMan1
Shopify Partner
53 1 13

@Faucetpet Please send me your store url.

The Real Store
If helpful then please Like and Accept Solution.
Want to create a new store or modify on store Hire me.
Feel free to contact me on khanarif366@gmail.com regarding any help
Shopify Partner | Skype : aks18766

AvadaCommerce
Shopify Partner
3879 840 1000

Hi @Faucetpet 

Please try going to your Themes > Edit code > Assets > Open base.css > Add the following code at the bottom of the file: 

.header__submenu .header__menu-item {
  font-size: 15px;
}
details[open] > .header__submenu {
  background: transparent;
}

Edit the font size to the px you want. 

If it does not work for you, please share your shop URL and password, if any. 
I'll check further and provide you with a solution. 

I hope this helps!

banned
Faucetpet
Excursionist
24 0 13

Hi Avada,

 

The transparent code worked but the font size is still big

 

www.faucetpet.com

 

Password: Faucet

 

Here is the above url and password to get in and check

AvadaCommerce
Shopify Partner
3879 840 1000

This is an accepted solution.

Hi @Faucetpet 

To change the font size of sub-menu item, please replace the code 

.header__submenu .header__menu-item {
  font-size: 15px;
}


With the following code

a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large {
  font-size:15px !important;
}


Please let me know if it works 🙂

banned
Faucetpet
Excursionist
24 0 13

Thank you Avada it worked now