Anniversary Special Sale! 10 Years of Excellence in WordPress Themes | Flat 20% OFF on All Themes Package. Use Code GT10YEARS Buy Now
Anniversary Special Sale Banner

Reply To: Social Icons in The Church Theme

#12781
Grace Themes
Member

Hi,

We can’t change the text displayed when hovering over the social icons as it is displaying the name of Font Awesome Icon. However you can remove the text from being displayed

Go to the Appearance -> Editor -> inc/custom-functions.php
at line no. 572 you will get the below code
return '<a href="'.$link.'" target="_blank" class="'.$icon.'" title="'.$icon.'"></a>';

Just change it to
return '<a href="'.$link.'" target="_blank" class="'.$icon.'"></a>';

Please do this changes and let me know if you have any question.

Regards
Grace Themes