Hi @babybell29, The issue was caused by the theme’s CSS, which applied specific width and height values, resulting in the star container being cropped.
https://prnt.sc/wfEGhPue72rq
You can contact the theme support for further assistance.
As a temporary solution, you can add the following CSS in the theme option css area or under Appearance → Customize → Additional CSS to fix the issue:
.woocommerce ul.products li.product .star-rating {
font-size:.657em!important;
}
If you are using a cache plugin, make sure to clear the plugin cache after adding the CSS to ensure the changes take effect.
Hi @babybell29,
Thank you for reaching out! The issue is caused by your theme’s CSS, which is cropping the star rating container. I recommend reaching out to your theme’s support for a proper fix. As a temporary solution, you can try applying the CSS provided by @sajibwap.