This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Rose Tyler
Hello,
I am using woocommerce with our blanco theme and found the product review star rating color is gray, which is not what i want.
Can I change color from gray to yellow? please let me know what codes i need, and where to insert them
thanks a lot in advance
Steven
Hello,
That is an image which you need to edit with some image editor, it’s placed in wp-content/themes/blanco/woocommerce/images/star.png.
Best regards,
Jack Richardson.
hi thanks for quick reply!
Yeah, I already did change star colors with new pics, but dont know why there is one new link of star rating pop up on the reviews section??
Do u know how to remove that extra star rating link?
all else appear normal now..
thansk
Steven
Hello,
Please add this code in Custom CSS:
.single-product #comments div[itemprop='aggregateRating'] {
display: none;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up