Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #177598

    Hello, I would like to make a few modifications css, if you can help me….

    http://www.coronatolive.com

    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.

    #177620

    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

    #177832

    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.

    #178431

    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

    #184277

    Perfect, thanks!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘little css modifications’ is closed to new replies.