remove lines from shopping cart
-
Good afternoon, could these lines be deleted from the shopping cart? so that it looks a little wider and not so square?
*image attached
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I can check and give you a possible solution?
Best Regards
YES THANK YOU I WILL SEND YOU INTERNALLY
Hello,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.cart-content-wrapper table td {
border-bottom: none !important;
}
.cart-content-wrapper>.cart_totals .cart-totals-inner {
border-bottom: none !important;
border-top: none !important;
}
Best Regards