Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #854068

    speester
    Participant

    https://batonsleep.com/product/mattress-medium-firm/

    There are lines (frames) around the product images

    https://batonsleep.com/reviews

    There is a frame wrapping around the reviews

    How can I remove it?

    Thanks

    #854072

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

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To remove the borders in the said areas in your site, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child theme’s style.css

    .woocommerce .related ul.products li.product, 
    .woocommerce .cross-sells ul.products li.product,
    .woocommerce .related ul.products li.product .entry-featured, 
    .woocommerce .cross-sells ul.products li.product .entry-featured,
    .woocommerce #comments .x-comments-list article.comment,
    .x-widget-area .comments-list-products,
    .x-widget-area .comments-list-products .list-item,
    .x-widget-area .widget_products_reviews .comments-list-products li.list-item a {
      border: none;
      box-shadow: none;
    }

    Hope this helps.