Hello,
I would like to change the color of my stars to pink with the code: ffc8d9.
How can I do this?
Here is my theme: Impact
Here is my site: https://tata-paulette-france.myshopify.com/
Here is the password: mowpre
Hello,
I would like to change the color of my stars to pink with the code: ffc8d9.
How can I do this?
Here is my theme: Impact
Here is my site: https://tata-paulette-france.myshopify.com/
Here is the password: mowpre
Hello!
Open theme.css file, at the bottom of the file copy and paste this code.
.rating__star {
color: #ffc8d9;
}
Hope this helps.
Hi @Matys_hfn ,
Try this,
.rating svg.rating__star.icon.icon-rating-star {
color: red;
}
Result:
I hope it help.
Hey!
You should be able to customize this without code, but you could also add this line of CSS to your theme.css file.
.rating__star {
color: #ffc8d9!important;
}
Nice site design too!
Cheers,
Lee
Hello There,
.press .rating__stars svg {
color: #ffc8d9;
}
Hi @Matys_hfn
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.css
.rating__star {
color: blue !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly