The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to change color of post box?

3 posters

Go down

Solved How to change color of post box?

Post by GAT:TEA August 21st 2010, 3:50 am

Hi, I recently picked a new theme for my forum from the options given by forumotion. My only problem is the color of my post box is still white. :| My background + theme are all dark so naturally I altered my css so that all posts would be in white. As you can imagine, I can't read what I'm posting since it's white on white. Help please?

Screencapture:
How to change color of post box? Cap10



Last edited by GAT:TEA on August 21st 2010, 10:12 am; edited 1 time in total
avatar
GAT:TEA
Forumember

Female Posts : 71
Reputation : 13
Language : English
Location : Chicago

Back to top Go down

Solved Re: How to change color of post box?

Post by boffer10 August 21st 2010, 5:18 am

In phpBB3:

AP>display>colors>go to 'background colors' box.....change 'Drop-down menu, form fields and header border color :' Hopefully that option is not overridden by your personalized CSS.
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: How to change color of post box?

Post by Guest August 21st 2010, 7:11 am

Hi GAT:TEA bye You can do this with CSS code ... but which is your forum version ? ( phbb2 , punbb , phbb3 or invision )

You can try this code .... but I'm not sure that is good for all versions ... if isn't working post here your forum version and I'll give you another code Wink

Code:

#text_editor_textarea {
background-color: #0d0d0d !important;
}
-also you can put this code ( with round corners )
Code:

#text_editor_textarea {
background-color: #0d0d0d !important;
border: 1px solid #0097E8;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: How to change color of post box?

Post by GAT:TEA August 21st 2010, 10:00 am

Ah, I should've specified that earlier but I use Invision.

Anyways, The God, thanks I used your first code and it worked! Words can't explain my gratitude right now.

Thank you both boffer10 and The God for your assistance.

Solved!

avatar
GAT:TEA
Forumember

Female Posts : 71
Reputation : 13
Language : English
Location : Chicago

Back to top Go down

Solved Re: How to change color of post box?

Post by Sanket August 21st 2010, 9:19 pm

Since this thread is marked solved, I will lock this thread.
How to change color of post box? 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum