How do I change the color of the icons to color #004aad?
Website Link.. (Drive Scent Diffuser – The Car Flame Diffuser (07638e.myshopify.com)
Password: go2253
(Screenshot Below)
How do I change the color of the icons to color #004aad?
Website Link.. (Drive Scent Diffuser – The Car Flame Diffuser (07638e.myshopify.com)
Password: go2253
(Screenshot Below)
Depending on the icon, some do not allow you to change the color of the icon itself. However, you can add a background color to them. Might that work?
Hello @rvernon23 ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file or theme.scss.liquid file
Add this following code at the bottom of page
.product-icon {
color: #004aad;
}
Save changes
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
It didn’t work.
Try going to “component-accordion.css” and search for “.accordion .icon-accordion” & change the fill colour.
.accordion .icon-accordion {
align-self: center;
fill: #ed8363;
height: calc(var(–font-heading-scale) * 2rem);
margin-right: calc(var(–font-heading-scale) * 1rem);
width: calc(var(–font-heading-scale) * 2rem);
}