Shopify themes, liquid, logos, and UX
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.
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:
.accordion .icon-accordion {
fill: #004aad;
}
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);
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024