Home Forums WoodMart support forum Disable Quick Hover on product

Disable Quick Hover on product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38599

    jalinmedia
    Participant

    Hi,

    How can we disable the quick hover on mobile and tablet?

    Hope to hear from you soon!

    Kind regards,

    Jasper

    #38612

    Artem Temos
    Keymaster

    Hi,

    Try to add this code snippet for mobile and tablet devices in Theme Settings

    div.woodmart-buttons,
    div.woodmart-add-btn {
    	display: none;
    }

    Regards

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