Change color hyperlinks sidebar
-
Hi,
I want to change the color of the hyperlinks in the sidebar.
The hyperlinks in the articles must be another color.
Default the color is pink.When I use:
.article a {
color: blue;
}
the color of the links in te article turn blue. Great!Now the sidebar.
When I use:
.container a {
color: black;
}
the color of the links in the sidebar turn black, but the links in the articles also turn black.So in the end the links in the articles must be blue and the links in the sidebar must be black. How can I do that?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Change color hyperlinks sidebar’ is closed to new replies.