Log in

View Full Version : Problem with body background and postbit


Santori
04-28-2010, 06:00 PM
Hello!

I use actually the normal(horizontal) postbit. If I change de color of the page in body_background ,the background color of the message changes too.
That problem not appears with postbit legacy.The color of the message is independient.
In my case,I prefer the horizontal postbit, but I need a green background for the page and the classic white for the message in postbit.

How can I resolve that?

Thanks

iamacyborg
05-01-2010, 08:34 PM
I'd also be interested in finding this one out, having lots of problems with the postbit stylevars.

Santori
05-05-2010, 10:14 PM
If you find a solution ,please tell me,please.
I need to change the postbit_background color!!!

Qwk86gn
05-05-2010, 11:08 PM
• Open template postbit.css and find:
.postbit .postbody {


• Add below on a new line:
background: {vb:stylevar postbit_background};

• Save

Santori
05-06-2010, 07:32 AM
Yes ,my friendddd!!!
You are "el puto amo".Thank you very much!!!

speedracer68
11-13-2010, 12:51 AM
Yes!!!! I wasted an hour on this.

Thanks!

AURFSCAN
11-13-2010, 05:53 PM
? Open template postbit.css and find:
.postbit .postbody {


? Add below on a new line:
background: {vb:stylevar postbit_background};

? Save


thankyou... :up:

Juggernaut
04-30-2011, 05:33 AM
Thank you Qwk86gn :D

Bram H
09-01-2011, 09:22 AM
I have pulled my hair trying to find a solution for this strange postbit behavior. Thanks for solving it!!!