Title: CSS Changes aren&#8217;t working with Modular Custom CSS plugin?
Last modified: September 13, 2016

---

# CSS Changes aren’t working with Modular Custom CSS plugin?

 *  Resolved [4harmony15](https://wordpress.org/support/users/4harmony15/)
 * (@4harmony15)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/css-changes-arent-working-with-modular-custom-css-plugin/)
 * I’m using the Give Plugin with the WordPress Twenty Twelve them. I’ve read all
   of the documentation about changing the style of a Give form, so I installed 
   the Modular Custom CSS plugin.
 * I put in the recommended code into the Appearance > Customize “theme agnostic”
   styles. Here is the code I put in: div#give-form-952 {background: #7af}
 * The web page with the form is: [http://www.livingwithharmony.org/2016-fundraiser/](http://www.livingwithharmony.org/2016-fundraiser/)
 * I want to make the background of the form a blue color. Can you tell me what 
   I’m doing wrong?

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

 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/css-changes-arent-working-with-modular-custom-css-plugin/#post-8184693)
 * Hi there, you’ll want to do it like this instead:
 * \`
    form#give-form-952 {background: #7af;} `
 * Let me know how that goes. Thanks!
 *  Thread Starter [4harmony15](https://wordpress.org/support/users/4harmony15/)
 * (@4harmony15)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/css-changes-arent-working-with-modular-custom-css-plugin/#post-8264725)
 * That worked! Thanks for your help.
 * Also, for beginners it would be really good to have some more helpful tips on
   how to style a Give form on a page.
 * Thanks!
 *  Plugin Contributor [Devin Walker](https://wordpress.org/support/users/dlocc/)
 * (@dlocc)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/css-changes-arent-working-with-modular-custom-css-plugin/#post-8264738)
 * For sure! We’re working on creating more docs and also some easy non-css ways
   to customize the look and feel of the donation form.
 * Also, your form would look a little nicer with some padding. Try adding:
 *     ```
       form#give-form-952 {
           background: #7af;
           padding: 20px;
       }
       ```
   

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

The topic ‘CSS Changes aren’t working with Modular Custom CSS plugin?’ is closed
to new replies.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Devin Walker](https://wordpress.org/support/users/dlocc/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/css-changes-arent-working-with-modular-custom-css-plugin/#post-8264738)
 * Status: resolved