Make header text color white but dropdown menu text black

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.

1 Like

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 tag and paste the code below before the tag.


And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!