New Shopify Certification now available: Liquid Storefronts for Theme Developers

header text white all the time

Solved
mira777
Tourist
6 0 2

hi! in the header the words 'quarter zip' and 'polo shirt' are not completely white. they only get white when you put your cursor on it. i want the words to be white all the time, so not once you get your cursor on it. can someone help me?

 

https://f70e0e-2.myshopify.com/ 

Accepted Solution (1)
ZestardTech
Shopify Expert
5300 950 1261

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Top of the file:

 

.header__menu-item {
color: #fff;
}

 

ZestardTech_0-1699000844603.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Reply 1 (1)
ZestardTech
Shopify Expert
5300 950 1261

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Top of the file:

 

.header__menu-item {
color: #fff;
}

 

ZestardTech_0-1699000844603.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing