Home › Forums › WoodMart support forum › Deleting a part of product grid › Reply To: Deleting a part of product grid
April 6, 2020 at 8:51 pm
#184997
Elise Noromit
Member
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