Highlight main menu item

Posted in: Newspaper
Post count: 10

Hi there,

We want to highlight one item (link) of the main menu. How to do this with css?

Regards,
E

  • This topic was modified 10 years by emstudios.
Post count: 23312

Hello emstudios,

I suppose that you want to add some text decoration for your item menu when you hover over. To do that, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
text-decoration: underline;
}

The result -> http://screencast.com/t/KiFKMcTWyPNh

Hope this helps!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thanks.

Post count: 10

Hi there,

Thanx! No we want to permanently give color to one menu link (only the font) to attract people to click on our Academy link.

Check http://www.emmag.eu

Thanx

Post count: 23312

Hello emstudios,

Please try the following code and place it in Theme panel->Custom CSS area.

.menu-item-956 a {
color:red!important;
text-decoration:underline;
}

The result -> http://screencast.com/t/rq8BS6tMF8QT

Thank you for the message!

Post count: 10

Thanx!

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