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/
Hello @Kakar ,
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code below:
.mega-menu__list ul li a {
color: #fff !important;
}
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
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.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
.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.
Thank you very much for your reply.
İts works

