Deleting a part of product grid
-
Hello Elise or other colleague,
I have chosen this product grid (see attachment)
But I can not find the option to remove this part ‘the description’ (see attachment)
Could you explain how to do that?
Attachments:
You must be
logged in to view attached files.
Hello,
As far as I understand you have set “Show summary on hover” design in the Product grid element, check other design and change and the short description would disappear.
Best Regards
Hello,
other designs look totally different.
I want to let it disappear with this design..
How do I do that?
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Deleting a part of product grid’ is closed to new replies.