Show Product summary on listings
-
Hi!
Is there a way to make the product summary always show in product listings, not just on hover?
Thanks!
🙂
Hello,
If you want to display the product summary always and not just with the hover. You can insert the below css in Theme Settings >> Custom Css >> Global Custom CSS
.woodmart-hover-base .fade-in-block {
visibility: visible;
opacity: 1;
}
Result: https://jmp.sh/A5fpLvJ
After applying this code summary will shown without hover. But if a product have larger description then some lines might be cut off a little bit due to bottom product which covers a little portion of upper product.
Best Regards.
Ok, thank you.
I actually just want to be able to write out the sizes of the product for people to see quick. So just one line, but even with one line the bottom product covers it..
But is it not possible to get the description with another layout?
Maybe the “standard button would be more suiteble”?
Attachments:
You must be
logged in to view attached files.
Most Welcome,
No, It is not possible to display the description of the product with some other layout.
It requires customization to add that standard button or to display the description in other layout and this is beyond our limitations and support policy.
Best Regards.