We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to CSS edit the edit post body?[Answered] | Forum

Topic location: Forum home » Support » General Questions
Josh
Josh Nov 28 '13
I spent an hour working on it... no success

what CSS element do I need to change. 

I tried them all.

Is it possible.

The Forum post is edited by ross Dec 16 '13
Attachments:
  2013-11-28 05.38.31 pm.png (49.94Kb)
ross Team
ross Dec 16 '13
You need to change the styles here (background-image to background-color or change the image in the Photoshop or similar application):


 [4] Forms        __forms  ========================================================*/
/* ---- Form Elements styles ---- */
input[type=text],input[type=password],textarea,select,div.jhtmlarea{   background-image: url(images/inputbg.gif);    background-repeat: repeat-x;    background-position: 0px 0px;    border: 1px solid #dcdcdc;    color: #585858;    font-family: "Lucida Grande", "Verdana";    font-size: 13px;    padding: 4px;    /*border-radius: 3px;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;*/}


However this will apply to all forms on your website. 

The Forum post is edited by ross Dec 16 '13