Home Forums WoodMart support forum banner animations Reply To: banner animations

#456130

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