[Resolved] Remove star rating on right sidebar

Home Forums Support [Resolved] Remove star rating on right sidebar

Home Forums Support Remove star rating on right sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1265943
    Edward

    Hi there,

    I have products widget on the right sidebar.

    Is there a function to remove the star rating on them? or any css I could add to remove them?

    thanks in advanced!

    #1266135
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .woocommerce ul.product_list_widget li .star-rating {
        display: none;
    }
    #1271663
    Edward

    that worked, thanks David!

    #1273449
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.