So I have a really convoluted site, css-wise, that I really need to clean up one o these days. It started out with editing an existing template, and then has been added to over the years, piecemeal, as I've added plugins and made changes to the site. The result is kind of a mess but it at least seems to display right.
Except for one thing. I want links that are in h1, h2, or h3 tags to be black, not the current brown color they're showing. I've tried several things but can't seem to get it to work. I've even put a class on the h3 tag itself and tried to turn it black but it just won't do it.
I never "learned" CSS officially, I've just picked it up along the way, so there are huge gaps in what I know.
Anyway, the site is here:
http://opalcat.com/ all those links that are titles of articles should be black, but they're not.
Style sheet is here:
http://opalcat.com/css.php?n=default (some of the stuff I tried is near the top in the links area, some is at the very very bottom)
Any help?