Shopify themes, liquid, logos, and UX
Hi,
I would like to change the colour of the stars reviews for a green colour. I found in the CSS file theme.css the following code:
.spr-icon {
color: var(--product-review-star-color);
}
So I tried to replace this code by this one but it does not work:
.spr-icon { fill: #006400; }
Can somebody help me?
Many thanks
Solved! Go to the solution
This is an accepted solution.
@tboudier Try this code..
{% style %}
span.jdgm-star.jdgm--on {
color: red;
}
{% endstyle %}
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
Hey @tboudier
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hi Moeed,
Thank you for your help!
Sure, here it is: https://bangkokfirstaid.com/
There is no password and it concerns the carrousel section.
Hi @tboudier
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above </body> tag
span.jdgm-star.jdgm--on {
color: red;
}
RESULT:
Hi Syedsumaimaly,
Thank you for your help.
I did it and unfortunately it did not work.
Maybe I did something wrong? I attached a screenshot.
This is an accepted solution.
@tboudier Try this code..
{% style %}
span.jdgm-star.jdgm--on {
color: red;
}
{% endstyle %}
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
User | RANK |
---|---|
183 | |
169 | |
77 | |
56 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023