More Stars review than necessary

edited June 5 in BeBuilder

Hi, on my e-commerce (https://www.labottegadegliarcangeli.it/) I put reviews with stars on the single product page.

I noticed that visualisation of stars doesn't stop at 5 (top rating) but keeps go on to 1 start at the end of the line (please see the pic)

Review tool has no options available, I can't find anything about this on WooCommerce Settings and BeTheme Options either.

Con you help me?


Comments

  • Hi,

    Thanks for reporting. I have passed in on to the dev team, and we will correct this.

    For now, please use the following CSS code:

    .comment-form-rating .stars ~ .stars{
     display: none;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.