Change the auto color of certain links, but not all links
- The topic ‘Change the auto color of certain links, but not all links’ is closed to new replies.
Need help? Check out our Support site, then
How do I update the CSS to change the color of links in the Latest Posts area that show the date and “Leave a Comment” without updating all the links’ colors?
This code changes all the links:
a, a:link, a:visited {
color: #72243e !important;
}
Thanks!
The blog I need help with is: (visible only to logged in users)
Never mind. I figured it out. Just had to take out the word important.
Thanks for the follow-up, glad you found a solution! :)