How can I change the red lettering on the homepage where the page titles show up? I swear I've looked everywhere, can't figure out where this is.
Thanks!
h1 a:link, h1 a:visited is the CSS rule. It should be pretty obvious, it applies to links within h1 tags![]()
Oh I see. It was the #c00 that was throwing me off. I thought that was a different color. Thanks again!
Colors are specified as R G B with two hexadecimal digits each, or one where each pair is the same (112233 = 123), so any color where there is no green (00) and no blue (00) will be a shade of red.
Sending ...