Hi support team, Could you please help to advise how to hide the "Back to top" button on some particular pages on JA_company template. Thanks and best regards, Andy.
ecuopha Hi Use this code in custom.css file to hide it on article page
.view-article.itemid-259 .back-to-top {display:none!important;}
259 is the Menu item iD of the article.
Thank you so much! It worked. Br, Andy