Shopify themes, liquid, logos, and UX
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
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!