Changing Hyperlink Color
-
My blog uses the Newspaper 8.0 theme, which causes hyperlinks to be the exact same as the rest of the text. I would like it to be a different color to stand out more. I have tried the following 2 codes in the Additional CSS in Appearance, with no success.
.single .entry-content p a {
color: #0000ff;
text-decoration: underline;
}.entry-content a,
.entry-meta a {
color: #0000ff;
}.single-content a {
color: #0000ff;
}.entry-title a {
color: #2b2b2b;
}The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Changing Hyperlink Color’ is closed to new replies.