"SHOP" menu button color change ( Dawn Theme )

Hello Everyone!

I am using Shopify Dawn Theme. When I click on “SHOP” menu the “SHOP” menu text color changes. I would like to keep it white. Please help me. Thank you.

Store: https://delicious-fruits-vegetables.myshopify.com/

Password: Admin

Hi @dreamtechzone_5
Please put this code in theme.liquid before body closing tag


Thanks!

1 Like

Hey @dreamtechzone_5

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Wow great. It worked. Thank you very much.

Hi @dreamtechzone_5 ,

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

.header__active-menu-item {
    color: white !important;
}

Step 3: Save and reload home page.

I hope these instructions will help you. If they are helpful, please give us likes and ark as the solution.

Have a nice day sir!

1 Like