Home Forums WoodMart support forum Hide hover Add to cart on Mobile

Hide hover Add to cart on Mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #420687

    Melonda
    Participant

    Hello

    I want to hide hover effect on Widget add to cart. check this: https://prnt.sc/KEJe2w2nUmmt
    I tried to use css in theme option to hide it, check this: https://prnt.sc/5yJ5rNv3LK5S

    But its not working!

    could you please advise a css or anyway to hide it

    Thanks

    #420807

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #421231

    Melonda
    Participant

    Please find bellow..

    #421437

    Hello,

    Please check the screen to find the option: https://gyazo.com/27af8b6393bb0540757745e7948019b8

    This option may be hidden for some of the product designs. You may need to change the design.

    If you have any questions please feel free to contact us.

    Best Regards

    #421444

    Hello,

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

    body .wd-hover-alt .wd-add-btn>a span {
    display:none;
    }

    Best Regards

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