Shopify themes, liquid, logos, and UX
Someone please help me in how to change the text color of dropdown menu.
While the header is in black but i want dropdown menu in white.
Please check it i will share the url here.
https://artisstik.com/
Solved! Go to the solution
This is an accepted solution.
Hello @Kakar ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code below:
.mega-menu__list ul li a {
color: #fff !important;
}
This is an accepted solution.
Hello @Kakar ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code below:
.mega-menu__list ul li a {
color: #fff !important;
}
Thank you very much for your reply.
İts works
Hi @Kakar
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.header-wrapper * {
color: white !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @Kakar ,
I just like to clarify, you like the header of the drop down menu white? Or all in the drop down menu text you like to white? If it is try this.
.mega-menu__content ul.mega-menu__list.page-width * {
color: white;
}
Result:
For the header only in drop down white. Try this one.
ul.mega-menu__list.page-width li {
color: white;
}
Result:
I hope it help.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025