Hi again,
I have updated my website, I am now having issues with this code below, it works great for desktop, but it isn't functioning on mobile device.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
$('.header-nav-folder-title[href="/furniture_folder"], [data-folder-id="/furniture-folder"]').click(function() {
window.location = "https://sabustudio.com/furniture";
});
$('.header-nav-folder-title[href="/lighting_folder"], [data-folder-id="/lighting-folder"]').click(function() {
window.location = "https://sabustudio.com/lighting";
});
</script>
Site URL: https://www.sabustudio.com
Any help would be greatly appreciated.
Regards,
Sam