Change Just one Menu color?

Posted in: Newspaper
Post count: 16

hi

i am using css to change a menu in my testing site but its not working so i decide to ask.

in chrome inspect i have some like: <li class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-225″>

i use then this but none works, any help css gurus plz.

#menu-item-225 a span {
color: red !important;
}

not working, so i tried this and not too

li#menu-item-225 a {
color:red !important;
font-weight:bold;
}

Post count: 16

so any of the css gurus can give a little hint plz?
thx again

Post count: 780

Hello,

You want to change the menu color?
YOu have in theme-customizer->colors like here: http://screencast.com/t/AUdga5aa6lt

Post count: 16

hi

thx for reply.

that option is for global.
i mean change just one menu color to red for instance while everything is blue.

we want to put emphasis on one category so we want it to be a bit different than the rest on the main menu.

thx

Post count: 3343

Hello,

Work directly from menu editor like this: http://screencast.com/t/Eb5pQioJ1mH
using Menu

Hope this help.
Thanks for the message and sorry for long delay!

Post count: 35

Hello,

Is it possible also to change the background color of one item from the menu? Should I use CSS or is it possible to change from the menu editor?

I tried with something like this in the menu editor: <background color=”#b0c4de”<font color=”#b0c4de”>Carnavales</font></background>

Thank you in advance

  • This reply was modified 12 years by Javier.
Post count: 3343

Hello,

You can make it via CSS, inspect it take the selector and add in style.css like here: http://screencast.com/t/VVp3EgedPku

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