Quote:
Originally Posted by OHVUI.ORG
How can I do to change the background Normal Threads and Sticky Threads
|
The CSS Class for this Plugin is "
.threadlisthead".
You can add this to your "additional.css", and edit/add to it for your needs:
Code:
.threadlisthead {
background: #cecece; /* Background color or image */
color: #000; /* Font Color */
}
I had to add and edit a lot of CSS on mine, to match my custom style. Check out the Screenshot I attached.