Home › Forums › WoodMart support forum › Remove hover with §19 and Shipping › Reply To: Remove hover with §19 and Shipping
September 27, 2021 at 9:00 am
#321344
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-hover-info .wd-add-btn .wc-gzd-additional-info{
display: none;
}