Okay
  Public Ticket #3427235
Youtube icon is not visible
Closed

Comments

  •  1
    Syed Imran started the conversation

    I am using salient theme version is 15.0.9 . In footer twitter, linkedin icons are coming fine but even though I have added youtube also given link but youtube icon is not visible. Please give me suggestions. https://www.walkbase.com/ 

    This is my html code:
    <li>
    <a target="_blank" rel="noopener" href="https://www.youtube.com/@walkbase_stratacache">
    <span class="screen-reader-text">Youtube<span>
    <i class="fa fa-youtube-play" aria-hidden="true"><i>
    </a></li>

  •  8,860
    Tahir replied

    Hey Syed Imran,

    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):

    .fa-youtube-play:before {
        content: "\f167";
        font-family: 'Font Awesome 5 Brands';
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Syed Imran replied

    Thank you So much @Tahir its worked!