Quote:
Originally Posted by ozzy47
I am going to have to do some studying on how to stop it from showing on everything.
|
Yeah, that may be a pain to figure out.
In the mean time I added this to fix the post quote issue (also had to remove the "!important" reference on the background from the original css):
Code:
.bbcode_postedby a {
background: none !important;
padding-left: 0 !important;
}