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
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
Hey @dreamtechzone_5
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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!