change bg color on text blocks

WHITESABBATH at 15h34
25
Jul
2011
Happy Monday,
I need codes to change the back ground color of the text blocks for both the chat box and quick log in.
Link to site: http://e-co.forumotion.net
Thanks

In addition.. How do i change the text color of both areas?
1 kirk, on 25/07/2011 at 16h02
well i dont see the quick log in box on,
And it looks as if you have you chat box off to.

i need to see then so i can analyze the page.

or you post your css here so i can have a look.
2 WHITESABBATH, on 25/07/2011 at 16h05
quick log in is on , i just had a look to see for myself.. the chat box can only be seen if you are registered, how to make viewable to guest.?
3 Nera., on 25/07/2011 at 20h53
Hi,

I'm not sure what is a text block, sorry my English is not the top Embarassed The part of the login you write in?

If so, try with this.

Code:
.post[type="text"] {
    background: red !important;
}
.post[type="password"] {
    background: red !important;
}




Try it and if you confirm it's that can you take a SS of what is a text block on chat huhohi
4 WHITESABBATH, on 26/07/2011 at 01h16
lmao. thought support was mind readers too. Very Happy well you got it half right which goes with my half a brain. scratch
in your example it shows red "Text blocks" Smile in both the username and pw. when i inserted (correctly) the code provided, it only changed the pw "text box".
no change to the chat box "text block either"
Oh and how would i change the text colour in these said areas.?
Thanks Nera flower
5 Nera., on 26/07/2011 at 10h12
Khm, it didn't change the username text block color caouse you are missing a dott before the class. You didn't copy it correctly, this part I mean.
Code:
.post[type="text"] {
    background: red !important;
}


For the chat text-block, try with this. Find this in CSS and add in it background: white;
Code:
#message, #submit_button {
    border-width: 1px;
}

So it looks like this
Code:
#message, #submit_button {
    background: white;
    border-width: 1px;
}
6 WHITESABBATH, on 26/07/2011 at 14h03
a little dot will do it. Very Happy odd i missed the dot, i clicked select content.scratch
by adding the missing dot, I now have color in all the "text blocks" Lol
Thanks a million for your time and for tolerating me.
p.s. your English is perfect.
7 Nera., on 26/07/2011 at 14h05
Merci, welcome hun. I love you

Solved ~ Locked
Similar topics
Hi, May I Know How Can I Change The Footer Text & Color In Invision, Because I Could Not Find Any Footer Color Box In The Color Section In Admin Panel. Admin Panel > Display > Color. Thank !
I have several widgets on the sidebar of my forum. I would like to change the color of the title of each widget, since it is black-on-black at the moment. See image below, where I have highlighted the title of the widget so you can see it. Thanks!
Hey you guys. I am new with this site layout and all of that, I am doing very good with my site, works out great. But I switched to a skin, and it goes perfect because it is the same theme as my site is.. But how do you change the color of the
Replies 1 to 7 on 7 for "change bg color on text blocks"
See also
more_less
Informations

7 Replies For the topic :
"change bg color on text blocks"

This topic has been viewed 1271 times.

Last message :
25/07/2011 at 15h34 by "WHITESABBATH"