I am wanting to change the link properties on my site. Drupal has so many *.css files I'm not finding the proper css file to do it. I want the new properties to affect pages and blocks. Which css file(s) do I need to change and where might it(they) be located?

Thanks for your time
--
James

Comments

barrysampson’s picture

Have a look in style.css

Basic link styles are set near the beginning, but those for blocks etc may well be modified later on.

Firefox + Firebug is a great tool for finding which style is affecting which element.