Quote:
Originally Posted by watershed
Thank you so much!!! it did in-fact solve the issue!
|
I'll add the instructions on the first post.
Quote:
Originally Posted by watershed
Just one more quick question if i may: i'd like to make the replies column Bold, what's the best way of doing that (and changing other font styles)?
|
In additional.css
Search for:
Code:
.threadbit .threadstats {
height: 29px;
padding: 1.2% 0 0;
text-align: center;
width: 7%;
}
and replace with:
Code:
.threadbit .threadstats {
font-family: times new roman;
font-weight: bold;
height: 29px;
padding: 1.2% 0 0;
text-align: center;
width: 7%;
}
Change time new roman to the font you want.