Okay
  Public Ticket #2876676
Social Media Icons
Closed

Comments

  • Azul_co started the conversation

    Hi, for some reason my social media icons are not appearing in the top left as usual. They are actually there and can be clicked if you slowly hover over the area but they aren't in black as should be.

    Thanks for your help

  •  8,844
    Tahir replied

    Hey Azul_co ,

    The Fontawesome plugin was causing a conflict.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #social-in-menu .fa {
        font-family: 'FontAwesome' !important;
    }

    Thanks


    ThemeNectar Support Team