Changing the color of one main-menu selection

Posted in: Newspaper
Post count: 49

I’m trying to make one of the menu items on the main menu stand out from the rest. I want to make it have a red background, but not sure of the CSS to make it work.

This is what it looks like now…
https://docs.google.com/file/d/0BwLFxEIDQNO7WC0zRVAxVW1uWnM/edit?usp=drivesdk

This is what I want it to look like…
https://drive.google.com/file/d/0BwLFxEIDQNO7T2d3czRQWUh5Z28/edit?usp=sharing

Is there any way to do this?

Thanks

Post count: 6600

Hi,

You can try using this custom css in Theme Panel > Custom CSS:

.menu-item-3184 {
background-color: red !important;
}

Replace the .menu-item-3184 class with your own, you can find it like this: http://screencast.com/t/o6mrdh84

If you can manage please send me a link to your site and i’ll give you the right css code.

Thanks

Post count: 49

Perfect directions. Looks great.

Thanks a mil Lucian.

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