Jump to content

Featured Replies

Posted

Please in the template Core_Front_Global/siteSocialProfiles

editing code

<li class='cUserNav_icon'>
			<a href='{$profile['key']}' target='_blank' class='cShareLink cShareLink_{$profile['value']}' rel='noopener noreferrer'><i class='fa fa-{$profile['value']}'></i></a>
		</li>

replace with

<li class='cUserNav_icon'>
			<a href='{$profile['key']}' target='_blank' class='cShareLink cShareLink_{$profile['value']}' rel='noopener noreferrer' title="{$profile['value']}" ><i class='fa fa-{$profile['value']}'></i></a>
		</li>

this is an improvement for link social.

  • 1 month later...

the title attribute is always ok 🙂

Edited by SeNioR-

Recently Browsing 0

  • No registered users viewing this page.