Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi 🙂 Im using dawn theme and i need to change my search icon and cart button color in the header. Can someone help me?
oh sorry for that issue can you please share store url
I have the same question! How do you change the search icon and mobile menu color? They are currently grey and I am looking to change them to white. I tried the code suggested below but it did not seem to work.
Our site is redpinesupply.com.
Hello @elay1213 ,
It's GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
header .header__icons .icon-search {
color: #ff0000;
}
header .header__icons .icon-cart {
color: #ff0000;
}
header .header__icons .cart-count-bubble {
background: #ff0000;
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team