Home › Forums › WoodMart support forum › banner animations › Reply To: banner animations
April 1, 2023 at 2:40 am
#456130
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-add-btn {
display:none;
}
.wd-hover-fw-button .wd-add-btn>a {
display:none;
}
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .product-element-top {
pointer-events: none;
}
Best Regards