Change Mega Menu Color

Posted in: Newspaper
Post count: 36

Hi, I’m using Style 8 Hibrid Menú 2. I set black color for Header and Main Menu, buy Mega menu are white colored. I can’t find where or how I can change this color for Mega Menus.

My site is www . argentinabursatil . com / blog

Regards!

Post count: 36

Please, can someone help me with this? Where can I change the Mega Menu color?

Thank you all!

Post count: 22421

Hi,
The mega-menu colors cannot be changed from the theme panel so you will have to use this custom css to do it:

.sf-menu ul{
background-color:#262729!important;
}
.td_mega_menu_sub_cats{
background-color:#262729!important;
}
.td-mega-span h3 a{
color:white!important;
}
.td_mega_menu_sub_cats a{
color:grey!important;
}

Add the code in the theme panel->custom css box.

Thank you!

Post count: 36

Thank you very much Bogdan! It worked fine! The only thing I’d like to change is the color for Main Sub-Menu fonts:

Post count: 36

I meant: main sub-menu font color white when hover and when not hover.

Post count: 22421

Hi,

You can use this css:

.sf-menu ul .td-menu-item > a {
color:white!important;
}

Thank you!

Post count: 36

Thank you Bogdan!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.