Active menu font color

Posted in: Newspaper
Post count: 4

Hi !
I tried to custumize CSS to have black main menu background and white text, and white background and black text when active and hover.

It’s ok for hover, but can’t manage for hover –> background is white, but text also.
Have an idea ?

Website is on : http://icietla-magazine.com/ici-et-la-magazine-accueil2/

thanks a lot for your help
Math

Post count: 4

I used this custom css but maybe a mistake ?

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
background-color: #F5F5F5;
z-index: 999;
border-bottom : 2px solid black;
border-top: 2px solid black;
}

.td-header-menu-wrap .sf-menu > li > a:hover, .td-header-menu-wrap .sf-menu .current-menu-item > li > a:hover, .td-header-wrap .header-search-wrap .td-icon-search {
color: #000;
}
.td-header-menu-wrap .sf-menu > .current-menu-item > li > a, .td-header-menu-wrap .sf-menu .current-menu-item > li > a:hover, .td-header-wrap .header-search-wrap .td-icon-search {
color: #000;
}

Post count: 23312

Hello liziweb,

Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.sf-menu > .current-menu-item > a{
color:black!important;
}

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

If is not what you mean, please provide more details about this.

Thank you for the message!

Post count: 4

Hello Catalin,

That’s the result i search for, but your custom css doesn’t solve the issue … 🙁

Post count: 4

Hi ! It’s OK, issu solved.

thanks for your help ! 😉

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