Custom color for separate menu item

Posted in: Newspaper
Post count: 2

Hello,

I want one of the menu buttons to be permanently highlited. Kust like on the example below. Could you please give me instructions, i’m not that good in coding.

Thank you.

example

Post count: 854

hi,
replace the xxx with the number that you have : http://screencast.com/t/tWadvdDPQ

use this css : `
.menu-item-xxx {
background-color: blue;
}`

here : http://screencast.com/t/w5dgnbv4

the background colors can be added also like : #ffff00 (this is yellow)

Thanks for you message.
Radu A.

Post count: 2

thank you for the fast answer, it worked! but now i need to change that item’s text color on white, so it’s readable on dark background. is it possible?

Post count: 3343

Hi,
Add color: #ffffff; in that CSS. If doesn’t work, provide a link to inspect the menu.

Thanks for the message!

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