Home Forums WoodMart support forum Remove review stars from product grids

Remove review stars from product grids

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

    kayss
    Participant

    I am trying to remove the default star element from the product grids. Image attached. How can this be done?

    Attachments:
    You must be logged in to view attached files.
    #537989

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to hide that rating for the products grid.

    .product-grid-item .star-rating{
        display: none;
    }

    Kind Regards

    #538160

    kayss
    Participant

    Thanks a lot, the new reviews snippet we have added seems to not load when switching pages on category pages due to the AJAX loading. Is there anything I can do without disabling Ajax to correct this behaviour?

    #538288

    Luke Nielsen
    Keymaster

    Hello,

    In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)