I have menus that appear in position left (or right) on the template (I'm not talking about the main menu at the top of the page) and they are very generic in look. I'd like to change the color of menu items (perhaps bold some items too) and even change the font/size of the menu item.
How do I do this?
I've tried using custom.css in the template with the following (as an example):
li.item-413 a {
color: red;
font-weight: bold;
}
The menu item # is 413 - nothing happens. If I change it inline when viewing the source code it works... obviously this disappears when I change screens and come back in again. Thus the attempt to use custom.css.