Menu font hover color

Posted in: Newsmag
Post count: 23

Hi!
Just installed the theme and I’m currently trying to customise it to fit my ideas. One thing that seems to trouble me is the main menu. I would like to modify the hovering in such a way that the font will change colour and remove the coloured bar under the main menu items completely. How could I make this happen?

Post count: 6535

Hi

Please provide your site url so I can inspect this closer.
Thanks!

Post count: 23

Hi Andrei
The url is: https://cpanel44.proisp.no/~nor66yow/

Thanks

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/Gw9a4U3hWcd

.sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after {
background-color: transparent!important;
}
.sf-menu a:hover{
color: red;
}

Thanks!

Post count: 23

That did the trick.Thanks!
Would it also be possible to change the font colour of the menu link corresponding to the active page?

Post count: 6535

Hi

Try this css: http://screencast.com/t/R3pPJaHQ

.sf-menu > .current-menu-item > a{
color: red;
}

Thanks!

Post count: 23

Great!
That’s all I needed. Thanks!

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