All things Shopify and commerce
Hello I want the header text white but I want that the dropdown menu text stays black.
Website: designyourcase.nl
password: voetbal
It would be nice if someone has the solution.
HI @Luc1234
I checked your website but there the text colour in Haider is already white and in Draupadi it is black. Can you tell me which one you want exactly?
Thanks
So the color is gray dull/white dull and I would like it to be full white.
Okay
add this css on base.css
a.header__menu-item span {
color: #fff;
}
a.header__menu-item.list-menu__item {
color: #000;
}
Thanks
Hi @Luc1234
Try this css
a.header__menu-item span {
color: #fff;
}
a.header__menu-item.list-menu__item {
color: #000;
}
i hope it would be helpful
Thanks And regards
Hello,
It worked but now iPhones is black
Hi @Luc1234
Check this one.
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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
header-menu summary#HeaderMenu-iphones a {
color: white !important;
}
header-menu summary#HeaderMenu-iphones a:hover {
color: white !important;
}
.header__active-menu-item {
color: rgb(var(--color-foreground)) !important;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025