Changing color of HTML links
-
In my gallery, I have links to other pages followed by a description of where the link goes.
Example: The link to another page is “The CODES”, followed by “The CODES rock band”. It’s all the same color. Is there a way of changing the color of the link to set it apart from the description. Make “The CODES” a different color? Or make the description a different color?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
To change the color of the links in your Links widget, try this CSS bit:
#secondary .widget_links a { color: #EDC951; }You can change “#EDC951” to whichever color code you wish to use.
-
-
- The topic ‘Changing color of HTML links’ is closed to new replies.