Okay
  Public Ticket #1673096
Icons not showing up
Closed

Comments

  • kaliaV started the conversation

    Hi. I see that our social icons at the top right all show up except spotify until it's clicked or hovered on. Once clicked on, then it shows up. 

  •  9,000
    Tahir replied

    Hey K,

    The themetrust plugin is causing the issue . Use this css override if you want to keep the plugin active.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .icon-salient-spotify:before {
        font-family: FontAwesome !important;
    }

    Thanks


    ThemeNectar Support Team