how to remove add to cart icon on shop page
-
hi
how to remove add to cart icon on the shop page
thanks
Attachments:
You must be
logged in to view attached files.
Hello,
You can enable the Catalog mode in the Theme Settings > Shop page > Catalog mode. The button would disappear both from the shop page and product page.
If you need this button on the product page and want to remove on the shop page only, please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-icons:hover .wrapp-buttons {
visibility: hidden;
}
Best Regards
thanks for replay but it does not work I’m using this code in
Global Custom CSS
body .woodmart-hover-icons:hover .wrapp-buttons {
visibility: hidden;
}
please feed me another work code
thanks
Hello,
You have missed the gap in the CSS rule. https://gyazo.com/f0744d0031917fdd51eccb5504de6f83
Please copy-paste from the forum:
body .woodmart-hover-icons:hover .wrapp-buttons {
visibility: hidden;
}
Best Regards
thanks for replay
this code works on laptop but not work in mobile
*note:- this code does not work in theme setting -Global custom CSS,
but work in appearance customize
please feed me code work on other devices.
thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Have you added the code to the CSS > Global? Please provide your site admin access to the private area.
Best Regards
Hello,
Please add this code additionally to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
body .woodmart-hover-icons .wrapp-buttons {
visibility: hidden;
opacity: 0;
}
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards