How do I change the Category link font color?
-
Hi there,
I am trying to change the color of the links in the category section of our blog, but am not sure. The current code we have in the CSS section is below.
Thanks in advance.
body {
font:65% verdana, helvetica, sans-serif;
color:#00000;
background-color:#FFFFFF!important;
}#content h4 {
display:none;
}p {
font:12px “century gothic”;
}#header h1 {
display:none;
}#sidebar h2 {
font:100% verdana, helvetica, sans-serif;
color:#000000;
font-size:1.5em;
}#sidebar {
width:150px;
font-size:1.1em;
line-height:1.2em;
float:left;
text-decoration:none;
font:”century gothic”;
}The blog I need help with is: (visible only to logged in users)
-
- The topic ‘How do I change the Category link font color?’ is closed to new replies.