Home Forums WoodMart support forum Split: How to make full image linked Reply To: Split: How to make full image linked

#140540

Eric Watson
Participant

Hello,

Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

.woodmart-hover-info-alt .product-element-top:before,
.woodmart-hover-info-alt .top-information {
    pointer-events: none;
}

Kind Regards
XTemos Studio