Home › Forums › WoodMart support forum › Compare icon in product archive in mobile ? › Reply To: Compare icon in product archive in mobile ?
July 20, 2023 at 12:26 pm
#482902
Aizaz Imtiaz Awan
Keymaster
Hello,
Try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >>Custom Css for mobile:
.wd-buttons .wd-quick-view-icon, .wd-buttons .wd-compare-btn {
display: block !important;
}
Best Regards.