Home Forums WoodMart support forum Add/modify HTML code

Add/modify HTML code

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #158080

    BVEdgie
    Participant

    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

    #158118

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for contacting our support center.

    You can customize this in the file woodmart/inc/shortcodes/social.php.

    Kind Regards
    XTemos Studio

    #158814

    BVEdgie
    Participant

    Hello,
    Thanks, it now works.
    You can close this.
    Best regards

    #158839

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Add/modify HTML code’ is closed to new replies.