-
larosaroja
ParticipantHi!
I’m trying to change the color of two words in the menu.
This is the blog: http://www.larosaroja.net/wordpress/?lang=en
I want to use red for “what?” and “who?” and leave the rest in black.
How can I do it?
Thank you very much! πDaniel Tara
KeymasterEach menu item has a unique id like menu-item-237. You can use it to assign custom css to it like this:
#menu-item-237 { color: #f00; }
e061070
ParticipantThank you for your valuable suggestion, unfortunately I am new to php I just have to figure out where to call the function to customize one voice menu. Thank you again!
π
(sorry my terrible english)Daniel Tara
KeymasterYou don’t need to edit any php. You need to add custom styles in Appearance > Theme Options > Design.
e061070
ParticipantCiao, I followed what you told me, I added to the css
#menu-item-237 {
color: #000000;
}
and then in the menu, I added the optional css class menu-item-237 but does not worke.
You must be logged in to reply to this topic.