Main Menu Background

Posted in: Newspaper
Post count: 28

Dear Team,
I try to change background color of menu but it doesnt work.
Also I tried to make it transparent with below code but it doesnt work too.

link is: http://www.soccermanya.com/

.td-header-style-9 .td-header-top-menu-full {
background-color:transparent;
}
.td-banner-wrap-full, .td-header-menu-wrap-full {
background-color: transparent;
}

Post count: 22421

Hello,
These options are available in the theme panel:
http://screencast.com/t/8jBhNywBzCI
The code you tried via css does not apply because you use header style 7 not 9
The main menu does not get the color from the theme panel as it;s a plugin (mega menu) and it has a custom class different from the one our theme uses.
You can use this css if you want to change it’s color:
#mega-menu-wrap-header-menu{
background:transparent!important
}

Thank you!

Post count: 28
Post count: 22421

Hi,
The top menu should get the color from the theme panel except for your main menu which is a plugin option.
please change it in the theme panel and clear your cache afterwards.
If this still does not work it could be conflicting with your menu plugin so you can use css to change it also if you do not want to disable the plugin:
.td-header-wrap .td-header-top-menu-full{
background-color:transparent!important;
}

Thanks.

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