By Whatman111 on
Ok. http://dirtywaternews.com/site
The active link colors and visited link colors, I can't find them in the theme CSS and change them. I've managed to change the hover color but I looked everywhere for the color number for the active and visited and I can't find where it is.
Would it be somewhere in the main drupal folders? If so, why is the hover seperated from the visited and active?
Also, the text seems so large and bulky. Where would I change the size? CSS? (This question comes from not being around my cpu and cannot access my ftp so I can't find out)
Appreciate any help.
Comments
If you are talking about the
If you are talking about the "Dirty Water News is almost here" heading you can style it by playing with these lines in your http://dirtywaternews.com/site/themes/SEOposition/style.css
and
Btw, in this line
border-bottom: 1px dotted #ff0502 color: #ff0502;you have an error. Remove thecolor: #ff0502so it will be onlyborder-bottom: 1px dotted #ff0502;or add a ';' so it will beborder-bottom: 1px dotted #ff0502; color: #ff0502;