• Resolved babybelle

    (@babybell29)


    Underneath my product image in the shop product listings page the star rating is obscured – how can I correct this?

    • This topic was modified 1 year, 2 months ago by babybelle. Reason: missed something from heading

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Viewing 2 replies - 1 through 2 (of 2 total)

    The topic ‘Star ratings on product page obscured’ is closed to new replies.