Home Forums WoodMart support forum Product grid style (Hoover – Round – Background – space) Reply To: Product grid style (Hoover – Round – Background – space)

#265315

Hello,

First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

I saw the screenshot you attached.

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

.product-grid-item {
    margin-left: 25px;
    max-width: 22%;
}

.product-grid-item:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

Regards.
Xtemos Studios.