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.

Reply box background

5 posters

Go down

Solved Reply box background

Post by Carpersretreat May 30th 2011, 14:08

Is there anyway of changing the reply box back ground from green to black, see below.

Thanks in advance

Smithy

Reply box background Forumhelp


Last edited by Carpersretreat on May 30th 2011, 22:36; edited 1 time in total
Carpersretreat
Carpersretreat
Forumember

Posts : 103
Reputation : 0
Language : English

http://www.carpersretreat.com

Back to top Go down

Solved Re: Reply box background

Post by Ahmedvirus May 30th 2011, 15:41

Code:
#text_editor_textarea {
background-image: url('URL img');
}

add to css
Ahmedvirus
Ahmedvirus
Forumember

Male Posts : 321
Reputation : 59
Language : English

https://help.forumotion.com

Back to top Go down

Solved Re: Reply box background

Post by Base May 30th 2011, 16:50

k.201017, please read the question carefully. The author wants to change the colour of the background, not add an image. I have told you about this already!




Please add this to your CSS code:

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

Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Reply box background

Post by Mike May 30th 2011, 16:50

k.201017 wrote:
Code:
#text_editor_textarea {
background-image: url('URL img');
}

add to css
No, that's an image.

For color:

Insert this (i put the code in for black)

Code:
#textarea_content textarea#text_editor_textarea {
background: #000000;
}

Edit: Lol base, same time Razz
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Reply box background

Post by Carpersretreat May 30th 2011, 22:10

Thanks for trying to help guys, but there isnt any change to it.....still green Sad
Carpersretreat
Carpersretreat
Forumember

Posts : 103
Reputation : 0
Language : English

http://www.carpersretreat.com

Back to top Go down

Solved Re: Reply box background

Post by Nera. May 30th 2011, 22:18

Hi, can we have a link to your forum? Is it the forum in your profile?
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Reply box background

Post by Carpersretreat May 30th 2011, 22:21

No its another forum that I made and run for a friend http://ectonlakesforum.forumotion.co.uk/
Carpersretreat
Carpersretreat
Forumember

Posts : 103
Reputation : 0
Language : English

http://www.carpersretreat.com

Back to top Go down

Solved Re: Reply box background

Post by Nera. May 30th 2011, 22:32

Try this, add your colour code.

Code:
#text_editor_iframe, input.post, select, textarea.inputbox, textarea.post {
    background-color: #YOUR COLOUR CODE HERE;


}
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Reply box background

Post by Carpersretreat May 30th 2011, 22:35

Thats done it! Thankyou!! :wouhou:
Carpersretreat
Carpersretreat
Forumember

Posts : 103
Reputation : 0
Language : English

http://www.carpersretreat.com

Back to top Go down

Solved Re: Reply box background

Post by Nera. May 30th 2011, 22:38

You welcome *.*

Solved => Locked
Nera.
Nera.
Energetic

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

Back to top Go down

Back to top


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