Tagged: mega menu
Hi there
I’ve been trying to change the colour for the mega background, text & mouse over link colours, but I’ve got into a terrible mess and gave up!
I want to change the background to white, the text content to a blue and when mouse over a lighter blue without the content box appearing.
There is a link in private content, and the mega menu is under Products.
Thanks if you can help. Silvio
Hi Silvio!
Please use the below CSS feel free to edit the background colors
/* background Color*/
.header_color .avia_mega_div {
background-color: #FFF!important;
}
/* hover color */
#top .header_color .main_menu .menu ul li>a:hover {
color: #869ab3;
}
/* link color */
.header_color .main_menu .menu ul li a {
color: blue;
}
.mega_menu_title {
color:#333!important;
}
Cheers!
Vinay
Hey Vinny!
Thanks, but this hasn’t worked…I’ve left the code in the quick css for you to see…
Silvio