Okay
  Public Ticket #3394517
Youtube Social Icon Not Appearing Correctly
Closed

Comments

  • sadebayli1 started the conversation

    Hi there my social icon in my nav is not appearing correctly when I hover over it. It shows like this:

    https://imgur.com/a/WDjfuFl

  •  1,877
    Judith replied

    Hi there,

    Thanks for writing to us.

    Please try this css:

    #header-outer #social-in-menu .fa-youtube-play:after, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-youtube-play:after {
        content: "\f16a";
        content: "\f167" !IMPORTANT;
    }

    Thanks.