Home › Forums › WoodMart support forum › Remove "Hover on product" › Reply To: Remove "Hover on product"
May 23, 2020 at 2:30 pm
#197300
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product p.wc-gzd-additional-info,
body .product-quick-view p.wc-gzd-additional-info {
display: none;
}
body .woodmart-hover-icons .woodmart-buttons .wd-action-btn>a {
display: none;
}
Best Regards