Home Forums WoodMart support forum Deleting a part of product grid

Deleting a part of product grid

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

    Marloes2019
    Participant

    Hello Elise or other colleague,

    I have chosen this product grid (see attachment)
    But I can not find the option to remove this part ‘the description’ (see attachment)
    Could you explain how to do that?

    Attachments:
    You must be logged in to view attached files.
    #184949

    Hello,

    As far as I understand you have set “Show summary on hover” design in the Product grid element, check other design and change and the short description would disappear.

    Best Regards

    #184976

    Marloes2019
    Participant

    Hello,

    other designs look totally different.
    I want to let it disappear with this design..
    How do I do that?

    #184997

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-more-desc {
        display:none;
    }
    body .woodmart-hover-base.hover-ready.state-hover .content-product-imagin, 
    body .woodmart-hover-base.hover-ready:hover .content-product-imagin {
        margin-bottom: -46px!important;
    }

    Best Regards

    #185124

    Marloes2019
    Participant

    Thank you so much!

    #185131

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Deleting a part of product grid’ is closed to new replies.