Can't change colors of theme's main header

Posted in: Newspaper
Post count: 4

Hi,

I’m trying to adjust the colors of my main menu on top of my page:

News

Tried adjusting everything in Theme Colors, no changes at all.
Can you help me with that?

Post count: 4

Actually, if you can help me make the menu entirely transparent, that would be perfect solution.

Thanks

Post count: 23312

Hello bigbangmd,

You will have to use a bit of CSS code for this. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-main-menu {
background: transparent;
}

The result you should see here -> http://screencast.com/t/HWjXFhZteB

Thanks.

Post count: 4

Thank you! It worked, but I meant the whole panel including the menu buttons.
Is there a code for that?

Post count: 23312

Hi,

Try the code below ->

#menu-main-menu-1 li {
background: transparent;
}

Thanks.

Post count: 4

Yes it worked!

Thank you!

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