Short product description
-
Is there a way to show the short product description (or part of it) in product archive?
I can not see that any of the layouts show the text (only shows text when on hover…).
Hello,
Navigate to Theme Settings > Product Archive > Products loop, select the “Show Summary on Hover” or “full width” style and set “Hover Content” to “Excerpt”. This will allow additional content to appear on archive pages: https://ibb.co/hFb3kmhn
Best Regards,
Thank you Aizaz.
What I mean is if there is an option that shows the content (as when you hover over the product) but without hovering.
Hello,
Can you please share the products page URL so I can further check on your site and give you a possible solution?
Best Regards
Of course, here is the product page:
https://visitkortdeluxe.com/butik/
Thanks
Hello,
Try to add this code to the Theme Settings > Custom CSS:
.wd-product .hover-content {
opacity: 1 !important;
visibility: visible !important;
transform: none !important;
max-height: none !important;
overflow: visible !important;
display: block !important;
}
.wd-product .wd-product-card-hover {
position: static !important;
opacity: 1 !important;
visibility: visible !important;
transform: none !important;
}
Best Regards
Thank you, that worked!
I truly appreciate that you helped me with this personalization 🙏
Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Short product description’ is closed to new replies.