Issue with Cart and Favorite Icons Blocking Product Images on Mobile
-
Dear Support Team,
I am experiencing an issue when using the website on mobile devices. The cart and favorite icons are blocking the product images, making it difficult for customers to see the full product images.
Is there a way to remove these icons on the mobile website? They are not necessary for my use and are obstructing the view of the tiny product images.
I have attached an image to illustrate the issue.
Thank you for your assistance.
Best regards,
-Mike
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Mobile Section:
.wd-wishlist-btn.wd-action-btn.wd-style-icon.wd-wishlist-icon {
display: none;
}
.wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon {
display: none;
}
Best Regards.