Header colors

Posted in: Newspaper
Post count: 80

Hi,
How can I change the background of the main menu from blue to white?
I also want to change de text color of the menu to black and the underline to blue.

http://www.ptstore.org/acege/

Thanks

Post count: 6600

Hi,

You can change the menu background and underline from theme panel > theme colors: http://screencast.com/t/EtZzSh24fg
To change the text color of the menu go to theme panel > custom typography > menu’s section: http://screencast.com/t/82P6qW1k4
For the underline you can also use this custom css: http://screencast.com/t/SRXSJa1se

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: 4px solid #52b3e9 !important;
}

You should also consider changing the menu icons color from white to black: http://screencast.com/t/TC4gyvpPJ6y

Thanks

Post count: 80

Perfect. Thanks Lucian.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.