http://letstalkarthritis.netHello
Not sure how to change these Links color. Hope someone can point me in the right direction. I don't want to mess up the board by trying changing them.
Thanks for any help you can offer me.
Members: XXXXX Posts: XXXXX Topics: XXXXX
Please welcome XXXXXX, our newest member. Valadi hi.. you'll have to edit the css to change the font colors for those links.
Look for this section and change the font color:
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #463418;
font-size: small;
font-family: verdana, sans-serif;
}
You may have to also change the a:link and a:visited font colors - they are at the very top of your css.