in appearance → menus
go to screen options and enable css classes:
[image: 1677768614573-screenshot-2023-03-02-at-15.49.32-resized.png]
then add a css class to your menupoint like: scrollup
then add this JS to lay options → custom html & css → custom <head> content :
jQuery(document).on("click", ".scrollup", function(e){
e.stopPropagation();
e.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, 600, 'easeOutQuint');
})
[image: 1677758495958-screenshot-2023-03-02-at-13.01.30.png]
hey looking at my code of the carousel addon i see i already have the order correct i think
but i havent released that update yet for the carousel addon.
let me wait to release another carousel update until i have changed sth more than just the order of the alt tag texts