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;
}
Hello,
You want to change the menu color?
YOu have in theme-customizer->colors like here: http://screencast.com/t/AUdga5aa6lt
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!
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.
Hello,
You can make it via CSS, inspect it take the selector and add in style.css like here: http://screencast.com/t/VVp3EgedPku