<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function() { $('div.header-nav-item:nth-child(1)>a, .header-menu-nav-wrapper>div:nth-child(1)>a').click(function() { window.location = "/trees"; }); $('div.header-nav-item:nth-child(2)>a, .header-menu-nav-wrapper>div:nth-child(2)>a').click(function() { window.location = "/windows"; }); }); </script>