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>
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):
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>
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):
Thanks
ThemeNectar Support Team
Thank you So much @Tahir its worked!