Home Forums WoodMart support forum Remove Sticky add to cart on desktop

Remove Sticky add to cart on desktop

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

    masood nikroo
    Participant

    Hi,
    I want to remove sticky add to cart only for desktop.
    please give a way to remove it.
    Regards.

    #164556

    Hello,

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

    .woodmart-sticky-btn-shown.woodmart-sticky-btn {
    display:none;
    }

    Best Regards

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