This is down to
text-transform: uppercase.
You need to remove this line that applies to the corresponding tag, which could be any of these;
- Code: Select all
.cat {text-transform: uppercase;}
.cat a:hover{
text-transform: uppercase;
color: silver;}
h3 {
padding-top: 10px;
text-transform: uppercase;
}
wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
#sidebar2 h1 {
font-size: 2em;
text-transform: none;
line-height: 1.2em;
}