• Resolved bieke81

    (@bieke81)


    Hi,

    We are using this plugin on our homepage to showcase our latest products. The slider is working fine however, we noticed, when we received a review on one of the products showcased in the slider there is an issue. The letter S is created behind the stars, and I cant seem to find how to remove it. The product in the slider that has the issue is called ooze tube – set van 3.

    If you have any idea what could be causing it, I would love the help.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @bieke81,

    Thank you for reaching out and for using our plugin! We appreciate your support.

    The issue you’re experiencing with the letter “S” appearing behind the star ratings is likely due to some default WooCommerce styling. You can resolve this by adding the following custom CSS to your site:

    .woocommerce .wps-slider-section .star-rating:before,
    .woocommerce-page .wps-slider-section .star-rating:before {
    content: "" !important;
    }

    You can add this CSS under Appearance > Customize > Additional CSS in your WordPress dashboard. Once added, it should remove the unwanted character behind the stars.

    Please let us know if you need any further assistance—we’re happy to help!

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Letters behind stars on overlay’ is closed to new replies.