Tagged: x Author Posts September 28, 2016 at 7:47 am #1193823 wlacasseParticipant For my site: http://fitcitytrack.com/, I’d like the #Top anchor to scroll smoothly like the Download or Contact menu items. I would have probably used the topmost section instead, but I’d prefer it if it went to the top of the slider; any way to do this? Thank you September 28, 2016 at 8:44 am #1193923 Paul RModerator Hi, You can add this under Custom > Edit Global Javascript in the Customizer. jQuery(document).ready(function($) { var scrollTopAnchor = $('.x-navbar .desktop .x-nav > li > a[href="#Top"]'); scrollTopAnchor.click(function(){ $('html,body').animate({ scrollTop: 0 }, 850, 'easeInOutExpo'); return false; }); }); Hope that helps. September 30, 2016 at 7:48 am #1197227 wlacasseParticipant Perfect, thanks September 30, 2016 at 10:28 am #1197411 JoaoModerator Glad to hear it, Joao Author Posts <script> jQuery(function($){ $("#no-reply-1193823 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In