MyBB Community Forums

Full Version: change the colors...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2013-03-04, 03:51 PM)EGman Wrote: [ -> ]Glad i helped Smile

find this line in postbit_classic template:

<div style="border-top: 4px dotted rgb(51, 51, 51); margin: 3px 2px 2px;"></div>

Replace it with:

<div style="border-top: 1px solid rgb(145, 149, 167); margin: 5px 0px 0px;"></div>

Should work Smile

Thanks, now looks original Big Grin, how can i move down the IP Address: Logged?

[Image: 04032013170113.png]
Actually I can't see it since I am not admin, only admins can see that line so you dont need to worry.

Okay so you can do it by adding this to global.css

.post_body {
    min-height: 155px;
    padding: 5px;
}
Thanks Smile

[Image: 04032013172818.png]
You are welcome Smile
Pages: 1 2