Tagged: x
-
AuthorPosts
-
March 27, 2016 at 4:04 am #854068
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
March 27, 2016 at 4:05 am #854072This reply has been marked as private.March 27, 2016 at 4:14 am #854075Hello 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.
-
AuthorPosts