• Resolved joujoumylove

    (@joujoumylove)


    How do i remove the star ratings on the products on the shop page visually rather than completely getting rid of it on the single product page?
    this is the page:
    https://joujoutravels.com/shop/

    I searched the forums and the code provided didn’t work because I think it is different per site maybe?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    You’re right in saying the code is different per-site –> It varies between themes ??

    In your case the following custom CSS should work:

    
    .woocommerce ul.products li.product .star-rating {
      display: none;
    }
    

    You can add that in your WordPress settings under **Appearance > Customize > Additional CSS**.

    Thread Starter joujoumylove

    (@joujoumylove)

    thanks! that worked ??

    Plugin Support abwaita a11n

    (@abwaita)

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Star rating on shop page products’ is closed to new replies.