Home New Guten Forums WoodMart support forum Sticky add to cart on mobile

Sticky add to cart on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #462492

    aivar.stelmak
    Participant

    Hello,
    I didn’t find it in the settings, but could you do a custom code for me.
    I need to Sticky add to cart to appear immediately when the page is loaded, so that it’s not hidden and only in mobile version (if possible).

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #462593

    Mackie
    Participant

    Hey,

    .wd-sticky-btn {transform: none !important;}

    Did the job for me. Hope this helps!

    #462672

    Hello,

    Use the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for Mobile:

    .wd-sticky-btn {
    	transform: none !important;
    }

    Best Regards

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