Log in

View Full Version : stylvar issues


Aviani-Terrador
04-22-2010, 01:20 PM
It seems that after I have upgraded to 4.0.3, the postbit_background var seems to have messed up. In the acp, the var says its white, but when seeing the post, the background is transparent. I would like to seek assistance.

gflorimond
05-13-2010, 01:40 PM
I've had the same issue.

Bug : in "postbit.css", the background color is only applied to postbitLEGACY.

Solution : edit the "postbit.css" template (in the "CSS Templates" category), and ADD anywhere :

.postbit {
background: {vb:stylevar postbit_background};
}