Home Forums WoodMart support forum Summary below product Reply To: Summary below product

#262312

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-hover-base .fade-in-block {
    position: static;
    visibility: visible;
    opacity: 1;
}

.woodmart-hover-base .content-product-imagin {
    height: 510px;
}

.product-grid-item {
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

Regards.
Xtemos Studios.