-
AuthorPosts
-
May 28, 2014 at 4:20 pm #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 helpThanks
SalvadorMay 28, 2014 at 11:39 pm #271500Hi Salvador!
You can use the Advanced Styling Options:
Best regards,
JosueMay 29, 2014 at 5:07 pm #271862Hi 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.May 29, 2014 at 6:58 pm #271930Hi,
Can you post a link to the website please?
Regards,
JosueMay 29, 2014 at 8:12 pm #271980Hi 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/KQwWzqMay 29, 2014 at 8:15 pm #271983Añ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.
May 29, 2014 at 8:25 pm #271994Josué, 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!
May 29, 2014 at 8:27 pm #271998Prueba con esto:
#avia-menu a, #header_main_alternate { border: 0; }
May 29, 2014 at 8:57 pm #272015Lo unico que cambió fue el fondo del dropdown
May 29, 2014 at 9:01 pm #272019Hay 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,
JosueMay 29, 2014 at 9:46 pm #272065Ahora 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!
SaludosMay 29, 2014 at 9:51 pm #272070Si 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 -
AuthorPosts
- You must be logged in to reply to this topic.