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 edit textbox colors?

2 posters

Go down

How to edit textbox colors? Empty How to edit textbox colors?

Post by Guest July 27th 2012, 12:32 pm

I want to change the text in editor boxes to be a lighter color, probably close to white, and the box background to be slightly darker. I'm guessing I need to do this via CSS because custom CSS is active. How can I do this?

Edit : I'd also like to change the editor font. Please include how to do this as well.

Keep in mind I want to change ALL editors on the site. This includes profile options, topics and replies, etc.

How to edit textbox colors? Text_b10
avatar
Guest
Guest


Back to top Go down

How to edit textbox colors? Empty Re: How to edit textbox colors?

Post by lilyheart7 July 27th 2012, 1:52 pm

Try this:
Code:
.inputbox {
background-color: #EDEDED;
font-family: FONT_NAME !important;
}
And change the FONT_NAME to a font of your choice and you can change the color if you need to

lilyheart7
lilyheart7
Forumember

Posts : 40
Reputation : 7
Language : English

http://houseofanubis.forumotion.com

Back to top Go down

How to edit textbox colors? Empty Re: How to edit textbox colors?

Post by ankillien July 27th 2012, 4:01 pm

Hi,

This CSS code would do the trick...

Code:
textarea {
color: #eee;
background: #666;
font-family: arial, verdana, georgia;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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