my website is www.hoodieboy.com
several links are blue i cannot seem to find the line in css that is doing that. I tried some different ways but all unsuccessful. Thanks for your time
http://www.hoodieboy.com/site1.jpg
my website is www.hoodieboy.com
several links are blue i cannot seem to find the line in css that is doing that. I tried some different ways but all unsuccessful. Thanks for your time
http://www.hoodieboy.com/site1.jpg
You will have to goto the stylesheet.css
this can be found in
includes/templates/classic/css/stylesheet.css
make a copy of this file and place it in a directory
includes/templates/YOUR_TEMPLATE/css/stylesheet.css
YOUR_TEMPLATE is what you gave when you first loaded zen
Open the file and look for this info the text in blue is what you need to change #3300FF is blue black is #000000
a:link, #navEZPagesTOC ul li a { /*used for catagories links*/
color: #3300FF; /*color is a dark Blue*/
text-decoration: none;
save it and up load it. You also do this thought the CPanel but not recommended.
nomad