-
AuthorPosts
-
July 25, 2014 at 8:37 am #73427
I want to create a “return to top” button on one of my site’s pages but not sure how to insert anchor links OR how to make the button follow you as you scroll down (so that it’s always visible on the side as you’re scrolling down.) Any help with this would be very much appreciated! Thanks!
Using up to date x-theme and all updated shortcodes.
Using Integrity theme.
Wordpress is updated to most recent.July 26, 2014 at 4:59 pm #73826Hi There,
Thanks for writing in,
You can enable the button in Customizer -> Footer -> SCROLL TOP ANCHOR
Cheers
July 28, 2014 at 8:35 am #74406I know about that setting, my problem is it’s not very intuitive. Is there no way to enter in custom jQuery code for a button I place on the page titled “return to top?”
July 29, 2014 at 1:31 am #74730Hey Jacqueline,
Please add the code below in your Customizer > Custom > CSS.
.x-scroll-top.right { width: 123px; border: 0; font-size: 17px; border: 1px solid black; border-radius: 2px; } .x-scroll-top.right .x-icon-angle-up:before { content: "Return to Top"; }
Hope that helps. 🙂
July 29, 2014 at 9:45 am #74869That’s great! Thanks so much! 🙂
July 29, 2014 at 11:11 pm #75244You’re Welcome
Cheers
-
AuthorPosts