Hello,
I’ve noticed that there is a shadow behind star ratings left behind by customers. However, the actual yellow stars are way below the shadows and it looks off. Is there away to either align the stars with their respective shadows, or to remove the shadows completely?
Hey marqattack,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Remove review shadow */
#top #reviews #comments ol.commentlist li .star-rating {
background: none;
}
/* End CSS */
Result:
Best regards,
Vinay
That worked. Thank you!
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Vinay