Link colour in sidebar
-
Hello,
I want to make all the available links in my sidebar the same colour as in the main body, which is #cfb53b. I have added the code:
.sidebar a:link {
color: #cfb53b;
}.sidebar a:hover {
color: #000;
}The hover works fine, but the link colour does not change to gold. I just dont undrstand why? Maybe it is being over written by something else.
Please advise
Muge
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Link colour in sidebar’ is closed to new replies.