Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi @cyanidevf,

    this is probably because your theme or plugins are overriding font family for the icons. If you share the website with me, I can give a CSS snippet to fix this.

    Regards,
    Blaz

    Thread Starter cyanidevf

    (@cyanidevf)

    Hi @blazk
    This is my test site, page of articles : https://test.cyanidevf.fr/articles/

    Carefull, all links is not good in my home, someone can be transferred u on my real site.
    For that i give u the link of the page of articles.

    Thanks u.
    Regards.

    Plugin Support Blaz K.

    (@blazk)

    @cyanidevf,

    
    a.fa.rmp-social-icon {
        font-family: FontAwesome;
    }
    

    This should do the trick ?? If not try with important:

    
    a.fa.rmp-social-icon {
        font-family: FontAwesome!important;
    }
    

    You can add this under appearance -> customize -> additional css.

    Regards

    Thread Starter cyanidevf

    (@cyanidevf)

    @blazk

    a.fa.rmp-social-icon {
        font-family: FontAwesome;
    }

    Works perfectly !

    Thanks u !

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug dispay icons of’ is closed to new replies.