Hi there,
yes for sure.
Add this code at the end ot the file: layouts/theme.php
Code:
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top-70}, 900);
});
});
</script>
Attachment Screenshot_2-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27.jpg not found
After that, you can scroll from menu to each anchor with following Joomla menu item setup
Attachment scroll-001.jpg not found
Attachment scroll-002.jpg not found
Please Log in or Create an account to join the conversation.