• Resolved shuvomallick

    (@shuvomallick)


    Hi,
    I need help to remove the description from quick view. When I put the mouse on a product it zooms a little which is good but it also shows the description under the price.
    Is it possible to remove this description part from this box.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    You can hide the Quick View’s description using this CSS code:

    .hover-content-inner.woodmart-more-desc-inner {
        display: none !important;
    }

    Add it at the end of Appearance > Customize > Additional CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove description from quick view’ is closed to new replies.