Okay
  Public Ticket #953940
Social Media Icons in Footer disappear when hover
Closed

Comments

  • Rick started the conversation

    On my site, when you hover on the social media icons in the footer, they disappear/show as squares?

  •  8,996
    Tahir replied

    Hey Rick , 

    Did you try and edit the css or add in any custom css as it seems to be causing an issue : 


    If you are unsure where its coming from use this custom css : 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    html body #footer-outer #copyright li a i:hover{
        font-family:'FontAwesome' !important;
    }

    Thanks




    ThemeNectar Support Team