Electronics demo shop grid Attributes
-
In the example here you can see attributes when hovering over the grid https://woodmart.xtemos.com/product-category/other/electronics/
I applied this to my own site too, but I was wondering if I can auto expand and show more than only 3 attributes max? I want to show it always expanded when people hover. How do I do this?
Hello,
When a user hovers over the attributes he sees three dots button opening more attributes https://gyazo.com/58a8be9fa3155e19b6a3f7cb377871f0
Best Regard
Thank you for your reply. However my wish is that it’s always expanded, so the extra step of clicking the three dots buttons is not there. Is this possible?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-hover-base .product-information:hover .more-details-btn {
display: none;
}
body .woodmart-hover-base .hover-content {
max-height: 100%;
}
Best Regards