g-asquad Posted February 7 Share Posted February 7 Is it possible to disable or remove the url slugs for the folders? I don’t want them to link to anything, it also causes a 302 redirect on my website. Link to comment
tuanphan Posted February 11 Share Posted February 11 We can try using code to remove it, if you share link to your site, we can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
g-asquad Posted February 21 Author Share Posted February 21 @tuanphan the webpage is https://www.grandeurautos.ca Link to comment
tuanphan Posted February 23 Share Posted February 23 Try this code to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function() { $('a.header-nav-folder-title').removeAttr('href'); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment