Title: Plugin doesn&#039;t work?
Last modified: August 30, 2016

---

# Plugin doesn't work?

 *  Resolved [DamnMysterious](https://wordpress.org/support/users/damnmysterious/)
 * (@damnmysterious)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/)
 * Hello 🙂
 * I recently started using WordPress.org and installed this plugin, but either 
   I’m doing something wrong or it just doesn’t work in 4.3.1…
 * I’ve had two themes so far but whenever I put in a code (which I had copied from
   the themes’ forum – they’re supposed to work), it didn’t work and nothing on 
   my blog changed..
 * For example: I tried changed the font colour so I copied the code from the forum,
   put it in, checked my site and nothing has changed.
 * My website is damnmysterious.com
 * Thank you in advance!
 * [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)

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

 *  [bjorsq](https://wordpress.org/support/users/bjorsq/)
 * (@bjorsq)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/#post-6691402)
 * Your Custom CSS targets `.main-navigation`, but the background is overridden 
   by a more specific selector for `#menu-primary` in the theme stylesheet.
 *  [csjWP](https://wordpress.org/support/users/csjwp/)
 * (@csjwp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/#post-6691458)
 * I’ve got the same problem.
    But I can’t find the specific # in the stylesheet
   when using web inspector. Any help on how to identify them?
 *  [tech55541](https://wordpress.org/support/users/tech55541/)
 * (@tech55541)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/#post-6691460)
 * [@csjwp](https://wordpress.org/support/users/csjwp/) site link please.
 *  [tech55541](https://wordpress.org/support/users/tech55541/)
 * (@tech55541)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/#post-6691461)
 * Hello [@damnmysterious](https://wordpress.org/support/users/damnmysterious/),
   
   what text do you want to change?
 *  [mchelles](https://wordpress.org/support/users/mchelles/)
 * (@mchelles)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/#post-6691462)
 * Sometimes, depending on the theme and any other plugins you might be running,
   you will have to add the !important declaration to override the default styles,
   or dig a little deeper to see if there might be a different code – especially
   in the case of nav menus, links, headings, and/or lists.
 * One way to get the exact code you need to paste into the custom editor is to 
   highlight the text you want to change and then use Google Chrome “Inspect Element”
   feature – it will often give you the css selectors you need to modify.
 * I did a presentation on Intro to CSS for our local WP Meetup Group that walks
   you through the basics of that – while it does not use this plugin (it uses Jetpack)–
   the slideshare is available here:
 * [http://www.slideshare.net/wppittsburgh](http://www.slideshare.net/wppittsburgh)
 * I noticed you already have Jetpack on your site – so the Simple Custom CSS plugin
   would not be necessary – (just activate the custom css module in Jetpack’s settings).
   I don’t use Jetpack very often, which is why I prefer this plugin – but both 
   can accomplish the same thing.
 * Hope that helps a bit or might be useful to someone in the future!
 *  [paulseymour](https://wordpress.org/support/users/paulseymour/)
 * (@paulseymour)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/#post-6691487)
 * I’m a noob so excuse me for using this thread but I’m tearing my hair out! I’m
   using Shopisle (child theme) with WordPress 4.4.2. How the f**k do I change the
   colour of the pages from boring white to something else and how do I get rid 
   of the empty space underneath the header image on all pages, before the text?
   I’ve tried using the Simple Custom CSS plug in and nothing happens. I’ve tried
   adding suggested codes in the style.css of the child theme and nothing happens.
   Help me out I’m growing old trying to get around these problems. My site isn’t
   live yet so can’t give a link. HELP!!!!
 *  [bjorsq](https://wordpress.org/support/users/bjorsq/)
 * (@bjorsq)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/#post-6691488)
 * If you use the Simple CSS plugin and nothing happens, then either your CSS is
   incorrect or whatever style rules you are adding are being overridden. For example,
   if you change the background of the body element to black, but the site is built
   using a container element for content which has a white background, you will 
   still see the white background as the body element sits “behind” the container.
   In this case your CSS is incorrect and you need to change the background of the
   container element. If you make the body black, but the theme makes the body white
   with a more specific selector (i.e. body with a class “page” or “post”) – the
   body will be white because your less specific rule has been overridden by the
   more specific rule in the theme.
 *  Plugin Author [John Regan](https://wordpress.org/support/users/johnregan3/)
 * (@johnregan3)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/#post-6691497)
 * Hi Everyone,
 * Thanks so much for your help supporting these issues. If there are any other 
   related questions, please post as new requests in this forum and I’ll take a 
   look at them.
 * Cheers!
 * John

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

The topic ‘Plugin doesn't work?’ is closed to new replies.

 * ![](https://ps.w.org/simple-custom-css/assets/icon-256x256.jpg?rev=1819543)
 * [Simple Custom CSS Plugin](https://wordpress.org/plugins/simple-custom-css/)
 * [Support Threads](https://wordpress.org/support/plugin/simple-custom-css/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-custom-css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-custom-css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-custom-css/reviews/)

 * 8 replies
 * 7 participants
 * Last reply from: [John Regan](https://wordpress.org/support/users/johnregan3/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-101/#post-6691497)
 * Status: resolved