Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #870871

    speester
    Participant

    Hi

    i would like to remove the avatar beside the reviews on product page.

    https://batonsleep.com/product/firm-tighttop/

    How can i do it

    Thanks

    #870873

    speester
    Participant
    This reply has been marked as private.
    #871479

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .single-product .x-comment-img {
      display: none;
    }
    
    .single-product #reviews article.comment {
      margin-left: 0;
    }

    Note that the second block of code is to remove the space for the image. So if you want the space there, you can remove the code.

    Hope this helps.

    Cheers!