Hover informations in product archive
-
Hello,
I am wondering if there is possibility to show my short describtion as a hover in my product archive right under product. I have tried all product styles in product archive. All I can get is https://ctrlv.sk/8thK
I need to show my short describtion right under product photo, without “opening” with three dots. Something like here https://ctrlv.sk/DU9T
is there possibility to fix this with some css code?
Thanks
Hello,
Go to Theme Settings > Product Archive > Product Styles > Choose the “show summary yon hover” product style.
As soon as you choose this option you have the option you choose what content to show in this block: https://monosnap.com/file/swCqK6RIIrYuhoROH6YOkEfBjfPMKx
Best Regards.
Hello,
Thank you for your reply. This is what I get – https://prnt.sc/r8Vl2xz0AoWw
I have to click on three dots to show full short description.
Hello,
Yes, When you click on the three dots you will see a complete description.
Best Regards.
I need to show my short describtion right under product photo, without “opening” with three dots. Something like here https://ctrlv.sk/DU9T
is it possible?
Hello,
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.wd-more-desc {
position: relative;
overflow: visible;
max-height: fit-content;
}
.wd-more-desc .wd-more-desc-btn span:after {
display: none;
}
Best Regards.