Home Forums WoodMart support forum Hover informations in product archive

Hover informations in product archive

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #517739

    Foxm
    Participant

    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

    #517850

    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.

    #517868

    Foxm
    Participant

    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.

    #518091

    Hello,

    Yes, When you click on the three dots you will see a complete description.

    Best Regards.

    #518220

    Foxm
    Participant

    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?

    #518610

    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.

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