Click to top of the screen
- The topic ‘Click to top of the screen’ is closed to new replies.
Need help? Check out our Support site, then
Hi
Some of my pages are long that my scrolling down to read, I loose sight of the top menu. Is it possible to add an icon at the bottom right of each page. Upon clicking on it, it does an auto scroll-up where the menu sits.
Thanks
The blog I need help with is: (visible only to logged in users)
Hello there,
unfortunately you will need to add some HTML and JS code to your site, and this is not allowed in Premium plan.
So best option could be to have a sticky header.
Try this CSS code:
.site-header {
position: sticky;
background-color: #fff;
}
And let us know.
Thank you,
Ricardo P. from SiloCreativo
Thanks, Ricardo. I have no idea how to add that. I tried 3x and the code appeared instead. I think this is one extensive knowledge required and definitely not for someone who doesn’t have time to play around with it. Thanks
Hello,
sorry, I forgot sending you the doc about how to add CSS. It is quite easy:
https://en.support.wordpress.com/custom-design/editing-css/
Please, let us know if you need assistance with this.
Thank you,
Ricardo P.