New Shopify Certification now available: Liquid Storefronts for Theme Developers

making text white

Solved
ym1999
Excursionist
17 1 4

ym1999_0-1698016915948.png

how can i make the text highlighted ("Search") as white as the text above ("Register/Login")?

 

store is et-tani.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 bottom of the file:

 

a#search-toggle {
cursor: pointer;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
color: #FFFFFF;
opacity: 1;
filter: brightness(100%);
text-decoration: none;
font-weight: 400;
height: 2rem;
width: 2rem;
margin-right: 1rem;
font-size: 15px;
}

 

ZestardTech_0-1698038587633.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 bottom of the file:

 

a#search-toggle {
cursor: pointer;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
color: #FFFFFF;
opacity: 1;
filter: brightness(100%);
text-decoration: none;
font-weight: 400;
height: 2rem;
width: 2rem;
margin-right: 1rem;
font-size: 15px;
}

 

ZestardTech_0-1698038587633.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