Re: Main menu changing text color

Solved

How can I change the text color in my main menu's nested categories?

Sebastian96
Excursionist
22 0 11

Hi,

 

I am using mega menu on my main menu and would like to change the text color of the 1st level of the nested menus under the "Categories" to white. Can't seem to find a solution for it. My theme is Dawn 8.0.0.

 

Képernyőkép 2023-03-16 094447.png

 

URL: https://egretta-shop.com/

PW: Egretta12345

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

 

Hi @Sebastian96,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file component-mega-menu.css

Step 3: Paste the below code at bottom of the file -> Save

#Details-HeaderMenu-3 ul.mega-menu__list.page-width >li>a {
    color: white;
}

PageFlyVictor_0-1678957624241.png

 



Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

 

Hi @Sebastian96,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file component-mega-menu.css

Step 3: Paste the below code at bottom of the file -> Save

#Details-HeaderMenu-3 ul.mega-menu__list.page-width >li>a {
    color: white;
}

PageFlyVictor_0-1678957624241.png

 



Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Sebastian96
Excursionist
22 0 11

Hi, @PageFly-Victor 

 

It works perfectly, thank you very much.

 

Best regards,

Sebastian

PageFly-Victor
Shopify Partner
7865 1786 3131

You are welcome. I'm glad when I can help you 😍