tuanphan Posted Monday at 12:41 AM Share Posted Monday at 12:41 AM If you can't make code work, you can send link to project/portfolio page and let me know which items you want to unlink, I will check again. #1. Suppose you have some sub-pages with URL /projects/temania /projects/tainui-bathroom You want to unlink these items from Project Page (users won’t click on these items) #2. You can use this code to Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('a.grid-item[href="/projects/temania"]').removeAttr('href'); $('a.grid-item[href="/projects/tainui-bathroom"]').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