ronitizraeli Posted June 1 Share Posted June 1 Hi, How do I add a sticky image (png) to the top-right corner, to be fixed while scrolling? something like a floating arrow back to top, not as a button, but my own png symbol Thanks! Link to comment
tuanphan Posted June 3 Share Posted June 3 You can add an Image Block to Footer, then share site url, we can give code to achieve this Or add this code into Settings > Advanced > Code Injection > Footer <a href="#top"><img src="https://cdn.pixabay.com/photo/2023/05/15/08/52/flower-7994491_1280.jpg" class="img-test"/></a> <style> .img-test { width: 50px; } a[href="#top"] { position: fixed; top: 50%; right: 0; z-index: 9999; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment