Shopify themes, liquid, logos, and UX
Hello,
I would like to change the color of the quote icon from black to white so it stands out against the black background in my venture theme.
Solved! Go to the solution
This is an accepted solution.
Instructions
1. Go to 'Online Store' -> Theme -> Edit Code
2. In the assets folder locate the file 'theme.css'
3. At the end of the file paste the below code
.quote-icon .icon.icon-quote path {
fill: blue; /* Change the color according to your preference */
}
Can you please share your store's URL?
This is an accepted solution.
Instructions
1. Go to 'Online Store' -> Theme -> Edit Code
2. In the assets folder locate the file 'theme.css'
3. At the end of the file paste the below code
.quote-icon .icon.icon-quote path {
fill: blue; /* Change the color according to your preference */
}
There is only the theme.scss.liquid in assets. Could it be the one?
It works. Thank you!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025