Add alt tag to social media buttons

Posted in: Newsmag
Post count: 8

Hello there,

I will need to add alt tags to social media buttons (where all social media buttons are present).
My website is: https://www.ile-maurice.club

For example actually it is :

<span class=”td-social-icon-wrap”>

<i class=”td-icon-font td-icon-facebook”></i>

and would like it to be :

<span class=”td-social-icon-wrap”>
alt=”Facebook icon” title=”Facebook”>
<i class=”td-icon-font td-icon-facebook”></i>

Can you please help me out with this?

Kind and warm regards
J

Post count: 35449

Hi,

What you want to achieve can be done only if you make changes in theme core, the code for socials can be found in -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_icons.php -> https://i.imgur.com/Vw5natZ.png

Hope this will help you!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.