Hello, I would like to know how I can set the social media icons that are used in the salient theme globally to nofollow? I previously asked you about setting all nectar buttons to nofollow and it works great! You gave me this code:
Besides the Social Media Links, I noticed that I also need nofollow codes for the Nectar Slider and the banner elements (Plugin called Random Banner) I've used on my page.
Hello, I would like to know how I can set the social media icons that are used in the salient theme globally to nofollow? I previously asked you about setting all nectar buttons to nofollow and it works great! You gave me this code:
jQuery( document ).ready(function() {
jQuery('a.nectar-button').attr('rel','nofollow') ;
});
So it would be great to have another code that I can past below.
Thanks for support,
All the best
Martin
Besides the Social Media Links, I noticed that I also need nofollow codes for the Nectar Slider and the banner elements (Plugin called Random Banner) I've used on my page.
Thanks for support.
Martin
Hey Again,
Try using below and it will add it to all Anchor tags
Best
ThemeNectar Support Team