How to change one category color on menu

Posted in: Newspaper
Post count: 5

Hello.
I have 7 categories on my menu. It is posible each background in diferent colors? Thanks a lot
http://elambulante.com/

Post count: 7909

Hi,

Unfortunately the theme doesn’t have an option for this, but you can add a background color for each menu item using unique class for items. Paste your custom css in Theme Panel > Custom Css – http://screencast.com/t/XKwTX2gdL

.menu-item-241 {
background-color: red;
}
.menu-item-232 {
background-color: green;
}

Thanks!

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