Title: TOPIC styling
Last modified: March 21, 2017

---

# TOPIC styling

 *  Resolved [Wilson](https://wordpress.org/support/users/willy210385/)
 * (@willy210385)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/)
 * How do I make the background of the title of the thread in the process of editing
   is fixed on a color and not that changes color if you click in the box to write?
 * I’m talking of the page where you can start a new topic. The title is colored
   background color chosen only when I click inside to write, I would like this 
   to be fixed on the chosen color.
 * Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/#post-8941269)
 * try this in the custom css tab
 *     ```
       #bbpress-forums input[type="text"], textarea, #bbpress-forums input[type="text"]:focus, textarea:focus, #bbpress-forums .quicktags-toolbar {
         background-color: #f9f9f9 !important;
       }
       ```
   
 *  Thread Starter [Wilson](https://wordpress.org/support/users/willy210385/)
 * (@willy210385)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/#post-8942991)
 * yessss!!!!
    I saw that we can also help us to remove the search bar in the forum?
   Thank you very much 🙂
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/#post-8943096)
 * to remove search completely
 * dashboard>settings>forums>search and remove allow forum wide search
 * to remove it from the forums list, but have it in widgets
 *     ```
       .bbp-search-form {
       display : none ;
       } 
       ```
   
    -  This reply was modified 9 years, 2 months ago by [Robin W](https://wordpress.org/support/users/robin-w/).
 *  Thread Starter [Wilson](https://wordpress.org/support/users/willy210385/)
 * (@willy210385)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/#post-8943131)
 * It’s ok but only with che code css…
    You are really great! Thank you!!!!!!!
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/#post-8943143)
 * > It’s ok but only with che code css…
 * sorry don’t understand…
    -  This reply was modified 9 years, 2 months ago by [Robin W](https://wordpress.org/support/users/robin-w/).
 *  Thread Starter [Wilson](https://wordpress.org/support/users/willy210385/)
 * (@willy210385)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/#post-8943156)
 * It works only with the code 🙂
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/#post-8943819)
 * ok, I’ll add it as an option at some stage
 *  Thread Starter [Wilson](https://wordpress.org/support/users/willy210385/)
 * (@willy210385)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/#post-8943909)
 * Yes, It’s a good idea!
    if you want I would have other suggestions. Bye bye and
   thanks!!!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘TOPIC styling’ is closed to new replies.

 * ![](https://ps.w.org/bbp-style-pack/assets/icon-256x256.jpg?rev=2706563)
 * [bbp style pack](https://wordpress.org/plugins/bbp-style-pack/)
 * [Support Threads](https://wordpress.org/support/plugin/bbp-style-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/bbp-style-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbp-style-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbp-style-pack/reviews/)

## Tags

 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 8 replies
 * 2 participants
 * Last reply from: [Wilson](https://wordpress.org/support/users/willy210385/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/topic-styling/#post-8943909)
 * Status: resolved