Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #271223

    Hi guys i was looking in the support forum how to changhe de menu background and drp down color but i couldn´t find anything like i am needing.
    Here i leave an image what efect i want to achieve, http://goo.gl/KQwWzq
    hope i can find any help

    Thanks
    Salvador

    #271500

    Hi Salvador!

    You can use the Advanced Styling Options:

    Best regards,
    Josue

    #271862

    Hi Josué How are you?
    Thanks josue, it solves only one part, i am using transparent header, and the changes are only visible when is scroll down. Besides, i need that all the menu element with color, not only the tabs, i mean al the with of the page.

    #271930

    Hi,

    Can you post a link to the website please?

    Regards,
    Josue

    #271980

    Hi Josué como estás, aca está el sitio http://abolengo.com.ar/anuevo/
    and here the look i want to achieve
    y acá com quiero que se vea
    http://goo.gl/KQwWzq

    #271983

    Añade esto al Quick CSS:

    div#header_main_alternate {
        background: #d7d7e0 !important;
        border-bottom: 0 !important;
    }

    Habría que hacer ciertos ajustes cuando se hace scroll.

    #271994

    Josué, gracias! era lo que necesitaba. Si queda raro con las lineas blancas en el scroll. De donde toco éso? Contame si podés?

    Saludos y gracias!

    #271998

    Prueba con esto:

    #avia-menu a, #header_main_alternate {
        border: 0;
    }
    #272015

    Lo unico que cambió fue el fondo del dropdown

    #272019

    Hay un error de tipeo en tu código, esta asi:

    div#header_main_alternate {
        background: #cecccd !important;
    #avia-menu a, #header_main_alternate {
        border: 0;
    }

    Debería ser asi:

    div#header_main_alternate {
        background: #cecccd !important;
    }
    #avia-menu a, #header_main_alternate {
        border: 0;
    }

    Saludos,
    Josue

    #272065

    Ahora si muchas gracias Josué. hay forma de hacer mas angosta la barra del menú? la que ahora está en gris? Es lo último que te pido!
    Saludos

    #272070

    Si te refieres a la altura, esto servirá:

    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li > a, .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
        height: 30px !important;
        line-height: 30px !important;
    }

    Cambia 30px por el tamaño deseado.

    Saludos,
    Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.