Link Colors
-
How do I change the link colors so that when you look at my articles you can see the links? If I can’t change the color then how about underlining?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can give this a try:
.entry-content a { color: yellow; }You can change the color name “yellow” for the color code you want to use.
If you want to add the underline too, you can do this instead:
.entry-content a { color: yellow; text-decoration: underline; } -
- The topic ‘Link Colors’ is closed to new replies.