Hello there,
I would like to modify the following HTML part by adding attributes to the rel tag of the link. How to do that, please ?
It’s the code of the social icons ‘module’ set in the header’s top bar by default.
<div class="woodmart-social-icons text-center icons-design-default icons-size- color-scheme-light social-share social-form-circle">
<a rel="nofollow" href="https://www.facebook.com/sharer/sharer.php?u=mywebpage" target="_blank" class=" woodmart-social-icon social-facebook">
<i class="fa fa-facebook"></i>
<span class="woodmart-social-icon-name">Facebook</span>
</a>
<a rel="nofollow" href="https://twitter.com/share?url=http://mywebpage" target="_blank" class=" woodmart-social-icon social-twitter">
<i class="fa fa-twitter"></i>
<span class="woodmart-social-icon-name">Twitter</span>
</a>
Thanks.
Best regards