Using the stylesheets does not work for what I'm trying to do. I'm using a modified bluemarine theme where the sidebars are much darker than the main content space. The only thing left to do is make it so, when I click on a menu item in the sidebar, it turns grey instead of black so we can see it. So since nothing I change in the sylesheets works, or changes the li everywhere on the site, where can I find the code for the menu so I can just add a new style to those links only? I can't find it anywhere.

Thanks

Comments

nevets’s picture

You might try firebug, a Firefox extension to track down the element. It has an inspect feature that should help you out.

cog.rusty’s picture

Try being more specific in style.css, for example

ul.menu li {
  // some css
}