Hello, I would like to make a few modifications css, if you can help me….
1) No border between icons in the header-meta
2) icons and “contactar” in white in the header-meta
3) On the main menu, level 2, which is set with green background option on which we are passing.
4) the socket have the “escalamas 2013” associated with http://www.escalamas.com
Thanks so much!!!
Xavier.
Hola Xavier!
Para los puntos 1 y 2, agrega este código al Quick CSS:
#top .social_bookmarks li {
border: 0 !important;
}
#top .social_bookmarks li a, #menu-item-126 a{
color: white !important;
}
Explicame los últimos dos puntos, no te logre entender del todo:
3) On the main menu, level 2, which is set with green background option on which we are passing.
4) the socket have the “escalamas 2013″ associated with http://www.escalamas.com
Saludos!
Josue
hola josue,
en el punto 3 me refiero a modificar el color de fondo del desplegable del menu cuando estas con el raton sobre alguna de las opciones.
quiero modificar el on hover del elemento sobre el que estas.
en el punto 4 quiero enlazar el texto del socket donde ponemos el copyright con una url, simplemente puedo añadir html en la configuracion de la seccion de socket?
gracias¡!
xavier.
Hi!
3) Please add following code to Quick CSS in Enfold theme options under Styling tab to change the border color of sub-menus from green to red
.header_color .main_menu ul:first-child >li > ul { border-top-color: red; }
.header_color .avia-menu-fx { background-color: red; color: #ffffff; border-color: red; }
.main_menu ul:first-child > li > a:hover { color: red!important; }
4) Yes, you can add HTML in Copyright section in Enfold theme options under Footer tab http://i.imgur.com/NfCz8my.jpg
Best regards,
Yigit
Perfect, thanks!!!