Home Forums WoodMart support forum no hover (add product)

no hover (add product)

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

    Renatus
    Participant

    Hello,
    I would like to use my site only as a catalog and therefore do not block the hover on desktop present on product prices.

    When the mouse cursor goes to the price here it appears “add to cart”.

    I wish there was no hover between price and add to cart

    do you give me a css code to add?

    Thanks

    #240837

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    @media (min-width: 1025px){
    body .woodmart-hover-alt.product-type-grouped:hover .swap-elements, 
    body .woodmart-hover-alt.purchasable:hover .swap-elements {
       -webkit-transform: none; 
         transform: none; 
    }
    }

    Best Regards

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