Title: Comment Box HELP
Last modified: August 30, 2016

---

# Comment Box HELP

 *  [dolcestyle](https://wordpress.org/support/users/dolcestyle/)
 * (@dolcestyle)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/comment-box-help-2/)
 * how do change the color of the comment box border on hover in the post page. 
   Currently is red on default

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/comment-box-help-2/#post-6247630)
 * Hey there dolcestyle,
 * Hope you’re well today!
 * You should be able to change that with some CSS. Please try adding the following
   CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .comment-form-comment textarea:focus:invalid {
         border-color: #e9322d;
       }
       ```
   
 * Replace the color hex value to the one that you want. You can use sites similar
   to this one to get hex value for the color of your choice:
 * [http://www.color-hex.com/](http://www.color-hex.com/)
 * If the code doesn’t work please keep it added and post link to your site so I
   can take a look 🙂
 * Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Comment Box HELP’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fashionistas/1.9/screenshot.png)
 * Fashionistas
 * [Support Threads](https://wordpress.org/support/theme/fashionistas/)
 * [Active Topics](https://wordpress.org/support/theme/fashionistas/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fashionistas/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fashionistas/reviews/)

## Tags

 * [Change Color](https://wordpress.org/support/topic-tag/change-color/)
 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [comment-box](https://wordpress.org/support/topic-tag/comment-box/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/comment-box-help-2/#post-6247630)
 * Status: not resolved