Home › Forums › WoodMart support forum › help to check the layout of wishlist and quickview buttons on mobile › Reply To: help to check the layout of wishlist and quickview buttons on mobile
December 28, 2023 at 11:52 am
#525122
Aizaz Imtiaz Awan
Keymaster
Hello,
01. Please clear the cache and check the issue the add to quote button is showing on your site.
02. Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
.product.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:not(:empty)+div:not(:empty), .product.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:not(:empty)+div:empty+div:not(:empty) {
border: none !important;
}
Best Regards.