• Irene

    (@arlinaite)


    Hi,

    I want to replace in social sharing, font awesome with svg icons.
    Can anybody share what code and where I have to insert it?
    Your help would be much appreciated.
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Irene

    (@arlinaite)

    I know that I can use the following code in the functions.php of the child theme but I don’t know how to replace the font with the image icon.

    add_action( 'wp_print_styles', 'tn_dequeue_font_awesome_style' );
    function tn_dequeue_font_awesome_style() {
          wp_dequeue_style( 'fontawesome' );
          wp_deregister_style( 'fontawesome' );
    }

    Any suggestion?

    Thread Starter Irene

    (@arlinaite)

    It seems that there is no support.

    • This reply was modified 2 years, 12 months ago by Irene.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘replace font awesome’ is closed to new replies.