Color of links
-
I don’t like the pale color of the links. In the past, I have added:
to each link, to make the links stand out. But it no longer allows me to do this.
The blog I need help with is: (visible only to logged in users)
-
Hi Rodger!
You can accomplish this by adding a style addition to the link tag like this:
Changing the <a style="color: #0000ff;" href="http://facebook.com">color of links</a>When you want to add this, click over to the Text Editor as opposed to the Visual Editor. Then, just insert the following after the “a” before the “href”:
style="color: #0000ff;"Give that a try and let me know if you run into any trouble!
- The topic ‘Color of links’ is closed to new replies.