I can't seem to find where to change color of the links in the body or sidebars. Using Mandigo theme.
Right now they are light blue. The site is http://www.webcontentnh.com.
I found a couple of things in this forum, but none helped, so any help would be appreciated.
Thanks so much,
Merrill
Not sure if it'll work perfectly, but give this a shot...
.widget li a {color:#900!important}
Add that as a new line in the theme style.css.
Thanks, it worked for the links in the sidebar, but not for the links in the pages or posts.
There must be one place they are defined, but I just cant find the place.
Have you tried just setting the standard link color?
a:link,a:visited,a:active {color:#000}
a:hover {color:#000}
Of course changing #000 (black) for your desired color.