This topic has 3 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #98283
     pauldyke
    Participant

    Hello – can you please guide me how to update font awesome to use the latest set. Some icons e.g. Google need updating. Many thanks.

    #98406
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #98536
     pauldyke
    Participant

    Thanks Laura!

    #98549
     Radu
    Moderator

    Hi,

    Please try with this function

    Add it to wp-content/themes/sweetdate-child/functions.php

    COPY CODE
    
    function hook_fa_45() {
    
        $output = "<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">";
        echo $output;
    }
    add_action('wp_head', 'hook_fa_45');
    
    

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?