Telepriva Posted April 21, 2016 Share Posted April 21, 2016 (edited) Hola, edito el primer mensaje porque hice unos cambios, he puesto unos iconos a redes sociales que trae por defecto mi plantilla(Elara) pero falta el de instagram, para añadirlo he seguido los siguientes pasos; En el archivo global.css de la plantilla Elara puedes encontrar algo así como: #social_block ul li.twitter a:before {content: "\f099"; } Por ejemplo, para añadir el icono de Instagram deberás añadir la siguiente línea en el archivo global css: #social_block ul li.fa-instagram a:before {content: "\f16d"; } Y el siguiente código HTML en el módulo: <li class="fa-instagram"><a href="#" target="_blank"><span class="icono">Instagram</span></a></li> En algunos navegadores no se ve correctamente Edited April 21, 2016 by Telepriva (see edit history) Link to comment Share on other sites More sharing options...
Code-Plus Posted April 21, 2016 Share Posted April 21, 2016 Buenas, el cursor no se ve en la captura...Saludos Link to comment Share on other sites More sharing options...
Telepriva Posted April 21, 2016 Author Share Posted April 21, 2016 (edited) Por arte de magia parece que ya va bien Edited April 21, 2016 by Telepriva (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now