Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Social Icon Area on Top Header and Footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18968
    Abdulrahman Musa
    Participant

    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.

    #18977
    Grace Themes
    Member

    Hi,

    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

    #19071
    Abdulrahman Musa
    Participant

    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

    #19079
    Grace Themes
    Member

    You are most welcome.!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.