Home Forums WoodMart support forum Remove profile pictures and date in reviews

Remove profile pictures and date in reviews

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

    alexarm
    Participant

    How can i Remove profile pictures and date in reviews

    #296671

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    img.avatar.avatar-60.photo {
        display: none;
    }
    
    time.woocommerce-review__published-date {
        display: none;
    }

    Best Regards

    #296858

    alexarm
    Participant

    I would like also to display 5 reviews per page and not all the reviews in one page.

    #296883

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    Because the reviews are woocommerce functionality and our theme doesn’t influence.

    Best Regards

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