PDA

View Full Version : Quote Box Disappeared


HFCloud
10-08-2012, 01:25 AM
<a href="http://www.thebasketballnation.net/showthread.php/8-The-Official-Forum-Suggestions-and-Feedback-Thread?p=45#post45" target="_blank">http://www.thebasketballnation.net/s...ad?p=45#post45</a>

No white box surrounding it, how to resolve this?

kh99
10-08-2012, 09:40 AM
I see a white box, although it doesn't stand out very well against that background. In any case it looks like the background is set with the bbcode_quote_background stylevar.

vbtise
10-08-2012, 09:47 AM
Add the following code in additional.css
.bbcode_container div.bbcode_quote {
background:#f6bfbf !important;
color:#b85458 !important;
}

Hope this solves your problem.

Regards.

HFCloud
10-08-2012, 05:27 PM
Thanks, we also have a light skin as well.