MyBB Community Forums

Full Version: How to Edit the Post Background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Well, when you post there is a color, or an image i wanna know how and where to edit that part.
AdminCP > Templates & Style > Your Theme > global.css > .post_content > Background

Change the background textbox to a hex value of your choice.

White would be:
#FFFFFF

Is that the color you are talking about? If not, please shoa a screenshot example of what you need.
[Image: e87kpe.png]

Where the red brush is
(2011-09-18, 12:52 AM)GonickPT Wrote: [ -> ][Image: e87kpe.png]

Where the red brush is

Alright, did you follow the instructions I gave in my previous post?
in my theme only appears

.post_content {
    padding: 5px 10px;
}

Do I have to add the background?
(2011-09-18, 01:02 AM)GonickPT Wrote: [ -> ]in my theme only appears

.post_content {
    padding: 5px 10px;
}

Do I have to add the background?

Yes... I gave you instructions.
In global.css, They are named: .trow1 & .trow2

They will edit every trow in the theme, trow is used just about everywere.
.post_content {
Background: #FFFFFF;
padding: 5px 10px;
}

I added like this in firebug and nothing happened..
(2011-09-18, 01:20 AM)Damion Wrote: [ -> ]In global.css, They are named: .trow1 & .trow2

They will edit every trow in the theme, trow is used just about everywere.

http://snpr.cm/O3pCrC.png
Thank you damion.

Whats the diference in trow1 and 2?
Pages: 1 2