The social icon on hover keep displaying the icon code. For example, facebook icon is dispaying fab fa facebook-f. How can this be changed.
Secondly, the link to follow is displaying the site address.
1. To solve this social icon hover issue
Go to the Appearance -> Editor -> inc/custom-functions.php
at line no. 595 fine the below code return '<a href="'.$link.'" target="_blank" class="'.$icon.'" title="'.$icon.'"></a>';
Now change this code with below updated code return '<a href="'.$link.'" target="_blank" class="'.$icon.'"></a>';
2. You need to add full URL for social media accounts like this [social icon="fab fa-facebook-f" link="https://www.facebook.com/gracewordpressthemes/"]
Regards
Grace Themes
This reply was modified 3 years, 2 months ago by Grace Themes.
I got the solution and applied it accordingly. Every is woking excalty the way I want it. Thanks for the support and quick response.
Warm regards
Abdulrahman Musa