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.
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024