Home Forums WoodMart support forum Product Reviews as GRID / 3 columns layout

Product Reviews as GRID / 3 columns layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59171

    yhodaigui
    Participant

    1. Is there a way we can change the reviews on products to show as a grid/ three columns layout.

    2. Also is it possible to remove the profile photo from reviews?

    #59212

    Hello,

    The default Woocommerce does not have such an option to place the review in three columns.

    In order to remove icon in a review please add this CSS to Theme Settings > Custom CSS

    .comment_container img{
    display:none;
    }

    Best Regards

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