Hello guys someone know how i can add on my shopify shop a button like this https://prnt.sc/vnug2j
anchorn.eu
Theme: Broadcast
Best regards,
Luka
Thanks for post
yes, are you able to code can you please try this
https://codepen.io/rdallaire/pen/apoyx
Hi @LukaL,
There is some code work.
Add the below code in footer.liquid
<a id="scroll-btn">Top</a>
You can change "Top" with image.
You can find footer.liquid template in the following location
Go to Online Store -> Themes -> Actions -> Edit Code ->Sections -> footer.liquid
Add below code in theme.liquid.
You can find theme.liquid template in the following location
Go to Online Store -> Themes -> Actions -> Edit Code ->Layout-> theme.liquid
$('#scroll-btn').on('click', function(e) {
e.preventDefault();
$('html, body').animate({scrollTop:0}, '300');
});
User | Count |
---|---|
787 | |
142 | |
91 | |
63 | |
60 |