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 change comment text area? | Forum

senaka
senaka Dec 9 '15
How to change comment box (text area) properties (css) and add comment button?



Dnyan
Dnyan Dec 9 '15
To change css go to your admin dashboard
Go to theme edit theme
Select css tab
Write new css in below empty box and save it.
When web page loads it will render the css specified by you.

To know which css to be edit
Go to web page right click on it and select inspect element
Then with select option from inspect element select the area which u want to edit.

After selection u will see the css name of that area and its properties.

Chanhe the properties to whatever u want and write that css in edit css window and save it thats it.
This is process to edit css.

I m noob so i can help this much only.
To modify css as per your needs you need to know the things which is to be written.

Wait for expert help to get css which u can directly paste in edit css box or else try on your own its fun.

Darryl B Leader
Darryl B Dec 10 '15
What exactly are you wanting to do, and what theme are you using? Changing the textarea, and button will typically change all testarea, and buttons on the theme.
senaka
senaka Dec 11 '15
I want to change comment text area like as above picture and then we enter the enter key go to below don't post comment until click the comment button. I use the Simplicity theme.
Darryl B Leader
Darryl B Dec 11 '15
Okay. If it was just some css changes, I could help, but this is a custom code modification to add the button for the functionality you want. 
senaka
senaka Dec 11 '15
Thank a lot Darryl B and Dnyan for your support.. I follow your instructions.