Home Forums WoodMart support forum Deleting a part of product grid Reply To: Deleting a part of product grid

#184997

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .woodmart-more-desc {
    display:none;
}
body .woodmart-hover-base.hover-ready.state-hover .content-product-imagin, 
body .woodmart-hover-base.hover-ready:hover .content-product-imagin {
    margin-bottom: -46px!important;
}

Best Regards