change bg color on text blocks
3 posters
Page 1 of 1
change bg color on text blocks
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?
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?
Last edited by WHITESABBATH on July 26th 2011, 2:04 pm; edited 1 time in total
WHITESABBATH- Active Poster
- Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago
Re: change bg color on text blocks
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.
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.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: change bg color on text blocks
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.?
Last edited by WHITESABBATH on July 26th 2011, 2:04 pm; edited 1 time in total
WHITESABBATH- Active Poster
- Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago
Re: change bg color on text blocks
Hi,
I'm not sure what is a text block, sorry my English is not the top The part of the login you write in?
If so, try with this.
Try it and if you confirm it's that can you take a SS of what is a text block on chat
I'm not sure what is a text block, sorry my English is not the top 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
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: change bg color on text blocks
lmao. thought support was mind readers too. well you got it half right which goes with my half a brain.
in your example it shows red "Text blocks" 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
in your example it shows red "Text blocks" 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
WHITESABBATH- Active Poster
- Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago
Re: change bg color on text blocks
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.
For the chat text-block, try with this. Find this in CSS and add in it background: white;
- 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;
}
- Code:
#message, #submit_button {
background: white;
border-width: 1px;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: change bg color on text blocks
a little dot will do it. odd i missed the dot, i clicked select content.
by adding the missing dot, I now have color in all the "text blocks"
Thanks a million for your time and for tolerating me.
p.s. your English is perfect.
by adding the missing dot, I now have color in all the "text blocks"
Thanks a million for your time and for tolerating me.
p.s. your English is perfect.
WHITESABBATH- Active Poster
- Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago
Re: change bg color on text blocks
Merci, welcome hun.
Solved ~ Locked
Solved ~ Locked
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Chat box text color change/shadow change
» Change color text
» How to change the color of this text?
» Editor text color change
» How can I change the text color in posts?
» Change color text
» How to change the color of this text?
» Editor text color change
» How can I change the text color in posts?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum