Home Forums WoodMart support forum Short product description

Short product description

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #718612

    Pernilla
    Participant

    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…).

    #718667

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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,

    #718673

    Pernilla
    Participant

    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.

    #718709

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

    #718765

    Pernilla
    Participant

    Of course, here is the product page:
    https://visitkortdeluxe.com/butik/

    Thanks

    #718806

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

    #718808

    Pernilla
    Participant

    Thank you, that worked!
    I truly appreciate that you helped me with this personalization 🙏

    #718817

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Short product description’ is closed to new replies.