Change color of headers 1
-
Hi,
In my CSS, all links are red, but I would like headers 1 (and just them) in black.
I have managed to change it in the home page, with this code:
.home a {
color: #000000;
}But there are two problems:
1. All links in the home page will be black instead of red (and I just want headers to be black)
2. All headers in the rest of the pages are still redCould you please help me with this?
Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Can you try the following CSS, and see if things appear as you expect?
h1, h1 a { color: #000 }If not, please give me a few examples of items that should be black.
-
-
- The topic ‘Change color of headers 1’ is closed to new replies.