Problem with
-
Hello,
I’ve problem
I need to add other Social Icon to the sidebar-2
I’ve this code now:<ul class="social-links"> <font color="black">REDES SOCIALES:</font> <li><a href="https://twitter.com/PlayMakersGG" title="Twitter" class="social-tooltip" target="_blank"> <i class="fa fa-twitter" style='color: #000000;'></i> </a> </li> <li><a href="https://www.youtube.com/channel/UC53PSjcyhNkXDM9NIXS7brA" title="YouTube" class="social-tooltip" target="_blank"> <i class="fa fa-youtube-play" style='color: #000000;'></i> </a></li> </ul>
And it works.
But i need to add other icon like this:<ul class="social-links"> <font color="black">REDES SOCIALES:</font> <li><a href="https://twitter.com/PlayMakersGG" title="Twitter" class="social-tooltip" target="_blank"> <i class="fa fa-twitter" style='color: #000000;'></i> </a> </li> <li><a href="https://www.youtube.com/channel/UC53PSjcyhNkXDM9NIXS7brA" title="YouTube" class="social-tooltip" target="_blank"> <i class="fa fa-youtube-play" style='color: #000000;'></i> </a></li> <li><a href="https://www.facebook.com/PlayMakersGG" title="FaceBook" class="social-tooltip" target="_blank"> <i class="fa fa-facebook" style='color: #000000;'></i> </a></li> </ul>
https://gyazo.com/6e4b5c584259dc74ed614a998876b52b
I need to put FaceBook at top, like Twitter and YouTube.
Can u help me? Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem with’ is closed to new replies.