How do I change the color of review stars from black to yellow at the default collection page? I tried searching codes but I could not locate it.
I have attached screenshot too.
A user seeks to change review star colors from black to yellow on their Horizon theme’s product collection page.
Initial Solution Provided:
.stars.filled-star {
fill: #ffaa00;
}
Current Status:
Remaining Issue:
The discussion is ongoing, awaiting a complete solution for the half-star color problem. Screenshots were provided showing both the original issue and the partial fix.
How do I change the color of review stars from black to yellow at the default collection page? I tried searching codes but I could not locate it.
I have attached screenshot too.
Hi @sebkwon
Please share your store URL and password protected if have.
Hey @sebkwon
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi @sebkwon,
Please go to Customize > Theme settings > Custom CSS and add code:
.stars.filled-star {
fill: #ffaa00;
}
Thank you for the solution, is has worked! But one more thing is that certain half stars is still in black color. How can I rectify this issue?
Attached is the screenshot
Hi @sebkwon,
Please send the website link, I will check it for you