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

#525122

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.