Home Forums Basel support forum Hover on Product – Can we disable this?

Hover on Product – Can we disable this?

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

    sessionwise
    Participant

    Hi,

    I have a question:
    Is there a code snippet that you can provide (or a setting that I am not seeing) that will prevent the hover swap of the Price for the “Add to Bag” when hovering on a product on the shop page? We still want the image switch but not the price/add to bag swap. This would be the “Hover on product” option in the Theme Settings. See link in private content – thank you!

    #150294

    Hello,

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

    body .basel-hover-alt.purchasable:hover .swap-elements{
    transform: none;
    -webkit-transform:none;
    -ms-transform: none;
    }

    Best Regards

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