Home Forums WoodMart support forum Moved: Reply To: disable animation in add to cart button1

Moved: Reply To: disable animation in add to cart button1

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

    dsl-ms
    Participant

    This no longer seems to work since the Woodmart v4.1.0 update, The cart icon is now showing again on hover. Can you provide update code please?

    #144621

    Adding this:

    .woodmart-add-btn>a:focus span:not(.woodmart-tooltip-label), .woodmart-add-btn>a:hover span:not(.woodmart-tooltip-label) {
    transform: none!important;
    }
    .woodmart-add-btn>a:before {
    content: none!important;
    }
    Seems to have it working again. Not sure what has changed though?

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

    Best Regards

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