Adlago Posted July 10, 2022 Posted July 10, 2022 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. tnn and SeNioR- 2
SeNioR- Posted August 13, 2022 Posted August 13, 2022 (edited) the title attribute is always ok 🙂 Edited August 13, 2022 by SeNioR-
Recommended Posts