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

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.

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

PW: Egretta12345

Hi [email removed]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;
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Hi, @PageFly-Victor

It works perfectly, thank you very much.

Best regards,

Sebastian

You are welcome. I’m glad when I can help you :heart_eyes: