Home Forums WoodMart support forum Simply adding a colour background to products in any grid Reply To: Simply adding a colour background to products in any grid

#206505

Hello,

Here is what is possible to do with custom CSS: https://prnt.sc/t6jnzf

If you like it, add this code to the Theme Settings > Custom CSS > Global:

body .product-grid-item {
    background-color: grey;
    padding: 0!important;
}
.woodmart-hover-standard .woodmart-add-btn {
    margin-bottom: 10px;
}
body .labels-rounded {
    left: 27px;
}

Best Regards