Get 10% OFF on Themes Bundle, Use Coupon Code GRC10 | Limited Time Offer! Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

Reply To: Social Icons at header and footer

#18717
Grace Themes
Participant

Hi,

To solve this issue
Go to the Appearance -> Editor -> inc/custom-functions.php
find the below code at line no. 598

return '<a href="'.$link.'" target="_blank" class="'.$icon.'" title="'.$icon.'"></a>';

Now change this code with below code

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

Regards
Grace Themes