How to remove the icon only from the mobile view
-
as shown in picture need to remove the icon of add to cart and wishlist only from the mobile menu not from desktop view
kindly suggest the same
Attachments:
You must be
logged in to view attached files.
Hello,
Please, provide the admin access to your site inserting them into the private content area below the message block.
Best Regards
shared the details in private area
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.wd-hover-icons .wrapp-buttons {
display:none;
}
Best Regards