Title: Custom CSS
Last modified: August 24, 2016

---

# Custom CSS

 *  Resolved [chowtrac](https://wordpress.org/support/users/chowtrac/)
 * (@chowtrac)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/custom-css-113/)
 * Hi, I’m entering my custom css into the field for custom css and it’s not working.
   Am I just suppose to copy and paste into this box?
 * This is what I’m pasting, I’ve never done this before so I’m a little lost:
 * #form_wrap {
    background-color: rgb( 177, 220, 200 ); }
 * Thank you for your help!
 * [https://wordpress.org/plugins/hide-my-site/](https://wordpress.org/plugins/hide-my-site/)

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

 *  Plugin Author [ClevelandWebDeveloper](https://wordpress.org/support/users/clevelandwebdeveloper/)
 * (@clevelandwebdeveloper)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/custom-css-113/#post-6015578)
 * Almost – you need to add `!important` at the end, like this:
 *     ```
       #form_wrap {
       background-color: rgb( 177, 220, 200 ) !important;
       }
       ```
   
 *  Thread Starter [chowtrac](https://wordpress.org/support/users/chowtrac/)
 * (@chowtrac)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/custom-css-113/#post-6015588)
 * Thank you so much! It worked!

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

The topic ‘Custom CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hide-my-site_979da4.svg)
 * [Hide My Site](https://wordpress.org/plugins/hide-my-site/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hide-my-site/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hide-my-site/)
 * [Active Topics](https://wordpress.org/support/plugin/hide-my-site/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hide-my-site/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hide-my-site/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [chowtrac](https://wordpress.org/support/users/chowtrac/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/custom-css-113/#post-6015588)
 * Status: resolved