Sticky add to cart on mobile
-
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.
Hey,
.wd-sticky-btn {transform: none !important;}
Did the job for me. Hope this helps!
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