Scroll to top in Pro

Hello there, does scroll to top work in Pro? I am having trouble setting it up with a custom footer. If it is not functional with Pro, how would i set it up in the footer?

My apologies, the anchor was blending in with the background. Is there a way to add this to a custom footer created in Pro?

Hello There,

Thanks for writing in! Regretfully there isn’t a scroll to top element that you can add in your footer. To resolve your issue, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r) or in the customizer, Appearance > Customize > Custom > Edit GLOBAL CSS

body .x-scroll-top {
    z-index: 99999999;
}

Hope this helps. Please let us know how it goes.