Color preset is white, but if I dont hover over it it’s grey, I want it to be solid white please! Using Dawn theme.
Hey @Jasper337
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hello @Jasper337,
Can you please provide the store URL and the ss where you want to change the colour?
https://m1yfah-2n.myshopify . com/
Hey @Jasper337
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
{% if template == 'index' %}
<style>
header * {
color: white !important;
}
</style>
{% endif %}
RESULT:
If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Thank you so much! ![]()
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Hello @Jasper337 ,
Here are the steps to apply the necessary changes in your Shopify store:
-
In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
-
Locate Asset > base.css and paste the following code at the bottom of the file:
.header__menu-item {
color: #fff !important;
}
Let me know if you need further assistance!

