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 the area that you write your text in

2 posters

Go down

Solved How to change color of the area that you write your text in

Post by Hex_Isuno June 25th 2011, 7:10 pm

the area you write your text in is white, but i would like to change it to black, if it can be done, how do you do it?
avatar
Hex_Isuno
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change color of the area that you write your text in

Post by Nera. June 25th 2011, 7:12 pm

Hi,

What is your forum version?

Do you mean the area of your quick replay?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How to change color of the area that you write your text in

Post by Hex_Isuno June 25th 2011, 7:16 pm

phpBB3 (prosilver)

and the area you enter any text in i would like to change the color of
avatar
Hex_Isuno
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change color of the area that you write your text in

Post by Nera. June 25th 2011, 7:18 pm

Hi,

To cange the background of your quick replay add this to your CSS and insert your color code.

Code:
form#quick_reply #textarea_content textarea#text_editor_textarea {
    background-color: #YOUR COLOR CODE HERE;
}

If you need any other area shout with a screenshot.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How to change color of the area that you write your text in

Post by Hex_Isuno June 25th 2011, 7:27 pm

the white area you enter text

HERE
avatar
Hex_Isuno
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change color of the area that you write your text in

Post by Nera. June 25th 2011, 7:45 pm

Try with this, add your color code.

Code:
.inputbox {
    background-color. #YOUR COLOR CODE;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How to change color of the area that you write your text in

Post by Hex_Isuno June 25th 2011, 7:51 pm

Code:
 form#quick_reply #textarea_content textarea#text_editor_textarea {
    background-color: #000000;
}


.inputbox {
    background-color. #000000;
}

everything i have in my CSS stylesheet, and nothing changed
avatar
Hex_Isuno
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change color of the area that you write your text in

Post by Nera. June 25th 2011, 7:59 pm

Try this. I typed the code wrong. Sorry.

Code:
.inputbox {
    background-color: #000000;
}

If it doesn't help can you show me your forum?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How to change color of the area that you write your text in

Post by Hex_Isuno June 25th 2011, 8:07 pm

that did exactly what i wanted it to do, thank you for your help
avatar
Hex_Isuno
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change color of the area that you write your text in

Post by Nera. June 25th 2011, 8:08 pm

You welcome. Sorry for the typo.

Solved ~ Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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