Tagged: x Author Posts July 5, 2016 at 7:44 am #1072892 Razorsharp_Participant Hey, How do I make it so that all the links in the footer menu are rel=”nofollow”? Regards. July 5, 2016 at 7:51 am #1072903 LelyModerator Hi There, Thanks for posting in. We can achieve that using custom javascript. Please add this code on Appearance > Customize > Custom > Edit Global Javascript: jQuery(document).ready(function($) { $('footer .x-nav a').attr('rel','nofollow'); }); Hope this helps. July 5, 2016 at 8:06 am #1072925 Razorsharp_Participant Worked perfect! Thankyou! July 5, 2016 at 8:12 am #1072932 LelyModerator You’re welcome! Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1072892 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In