Archived topic
Back to Top Button
8 replies · Started by Jatin on November 27, 2020
Hi Guys,
As a part of the theme, is there any option to enable the button to go to the Top of the page.
For example if someone is reading a post which is long and if i can provide a floating button to the right of the post when someone click should reach to the top of the page.
If its not native to the theme, is there any good plugin you can suggest.
Hi there,
you can enable the Back to Top button:
https://docs.generatepress.com/article/back-to-top-button/
Its in the Customizer > Layout > Footer
Already Enabled in Customizer > Layout > Footer but can't see when scrolling down.
Go to Customizer > Colors > Footer --> Back to Top Button and change its background color.
Thanks it works. Can the shape be customized ?
What do you want to change the background shape or the Icon ?
Yes, like circle shape... and also the icon
Yes, like circle shape… and also the icon
Add this to additional CSS. I use the same.
.generate-back-to-top {
border-radius: 50px;
}
I would go with 50% instead of 50px in the CSS above :)