Home Forums WoodMart support forum Button Hover Archive Page Reply To: Button Hover Archive Page

#200632

Hello,

I saw the screenshot you attached. To remove the effect Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-add-btn>a:focus span:not(.woodmart-tooltip-label), .woodmart-add-btn>a:hover span:not(.woodmart-tooltip-label) {
transform: none!important;
}
.woodmart-add-btn>a:before {
content: none!important;
}

Best Regards.