Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1072892
    Razorsharp_
    Participant

    Hey,

    How do I make it so that all the links in the footer menu are rel=”nofollow”?

    Regards.

    #1072903
    Lely
    Moderator

    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.

    #1072925
    Razorsharp_
    Participant

    Worked perfect! Thankyou!

    #1072932
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1072892 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>