my website is lgbtqstyles.com // mohtse
i want to change search icon, my cart icon to white.
i was trying to find any value, but all doesn’t work. help !!
Hi. Go to Online Store > Themes > Edit Code. Find theme.liquid and scroll to the end of page. Find and before it place the below code.
.header__icon { color: white !important; }Hi @swoo0105 ,
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file
.header__icon, .header__icon--cart .icon {
color: white;
}
Hope my answer will help you.
Hello @swoo0105 ,
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.header__icons .icon.icon-search,
.header__icons .icon.icon-cart-empty,
.header__icons .icon.icon-cart {
color: #fff;
}

