how to remove "big input" option?

edited February 2009 in Vanilla 1.0 Help
I dont really need this functionality and would like to remove the option from displaying. Can someone assist with this?

Comments

  • The simplest way to achieve this is to add:
    #CommentBoxController { display: none }
    in the vanilla.css file of your style.
  • my vanilla.css file was one long line of text, so i did a carriage return and entered... #CommentBoxController {display: none} This had no effect, but thanks for the response! Any other ideas would be appreciated ( I am not sure i even did that right)
  • I can confirm it's working on my install. So i guess you had edited not the right vanilla.css file. Do you use the default skin and default theme or another?
  • Another place this is defined is lines 33 & 34 of /themes/comment_form.php.
Sign In or Register to comment.