Okay
  Public Ticket #3036383
Social Icon header disappear
Closed

Comments

  •  2
    schiarla started the conversation

    Hi, from few weeks the social icon on header have some problems. At the link url  we can see the issue. at the left of Youtube icon, that disappear when put the mouse hover, there is the facebook icon, that have the opposite issue. It is only visible on hover.

    How can we fix it? Thanks.

  •  2,958
    Andrew replied

    Hello Schiarla,

    Use the following CSS>

    #header-outer #social-in-menu a i.fa.fa-facebook:before {
        content: "\f09a";
    }
    #header-outer #social-in-menu .fa-youtube-play:after {
        content: '\f167';
    }
    

    Thanks,