Quote:
Originally Posted by psychobike
The font color on the text after being wrapped with [code] tags is nearly invisible. I'm referring to when you use the '#' symbol in the message editor.
Which StyleVar option is used to correct this?
|
Add this to the additional.css at the bottom:
Code:
.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
background: #EDEDED;
color: #2a2a2a;
}
Get to the additional.css by going into your
ACP -> Style Manager -> Blackend -> Drop Down Menu -> Edit Templates -> CSS Templates -> additional.css