I have been trying to reduce the font size of the main categories section of my site:
http://www.ataarticles.com/
and make it all lowercase.
What i find strange is that when i login to my wordpress dashboard the font size shown in the categories section is all lowercase but is shown as uppercase on the main site.
Now, i checked the plugin code for article directory and there is no code to show that it is uppercase.
article-directory/categories.css
#categories {
margin: 15px 0 5px;
}
* html #categories {height: 1%;}
#categories:after {
content: '.';
display: block;
clear: both;
visibility: hidden;
height: 0;
}
#categories .column {
float: left;
width: 175px;
margin-right: 5px;
}
#categories li {
list-style: none;
line-height: 17px;
}
#categories li ul {
margin: 2px 0 10px;
}
#categories li li {
font-size: 1em;
background: url(i/arrow.gif) 9px 7px no-repeat;
padding: 0 0 0 19px;
}
#categories li div {
padding: 3px 5px;
font-weight: bold;
text-transform: uppercase;
border: 2px solid #EEE;
}
#categories li li ul {
margin: 2px 0 2px -7px;
}
#categories li li a {
color: #808080;
}
#categories li li a:hover {
color: #AA0001;
}
---------- Post added 07-10-2010 at 12:05 AM ---------- Previous post was 07-09-2010 at 06:34 PM ----------
Ok, I have reduced the font size by studying the css template, but if anyone knows how to change upper to lowercase in wordpress for categories, let me know. Thanks.


LinkBack URL
About LinkBacks
Reply With Quote




