How to I change the color, font size, etc of the term description? I see is has a div of term_description and when I tried custom css:
.term_description{
font-size: 11px;
line-height: 1.6em;
font-weight: normal;
text-transform: none;
color: #000000
}
I even tried adding a div id of #container but that didn't help. For some reason I was able to change the background color but I couldn't get the text to darken.
Thanks,
Scott














