CHANGE COULOR only 1 LINK on top menu

Posted in: Newspaper
Post count: 2

Hello,
I can change the color to a single link menu item in the top bar?

i need to use for link an important partner web.

thanks

Post count: 22421

Hi,
You can do it with css. All menu items have a unique ID you can see with your browser inspector and then apply css to it. For example in my menu if i am to target one menu item i would use this code:
.menu-item-3796{
background-color:red!important;
}

http://screencast.com/t/epd9R9tje7E
Hope this helps
Thanks.

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