Title: Custom CSS isn&#039;t Changing Anything
Last modified: August 30, 2016

---

# Custom CSS isn't Changing Anything

 *  Resolved [EricaMueller](https://wordpress.org/support/users/ericamueller/)
 * (@ericamueller)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/custom-css-isnt-changing-anything/)
 * I’m trying to make some edits to the style of the slider on [http://littlehouseontheprairie.com/](http://littlehouseontheprairie.com/)
 * I’m using the Custom CSS box for the slider and nothing I put there changes anything.
   Here’s what I’ve tried:
 * .soliloquy-pager { display: none !important; }
 * **And this: **
 * .soliloquy-container .soliloquy-pager { display: none !important; }
 * **And this: **
 * .soliloquy-container-3712 .soliloquy-pager { display: none !important; }
 * **
    And this:
 * .home-top .soliloquy-container-3712 .soliloquy-pager { display: none !important;}
 * Basically, I’ve tried every combination of CSS possible and it does nothing. 
   However, if I’m using the Firebug plugin in my browser and I put display: none;
   in the .soliloquy-pager area it works perfectly.
 * And yes, I’ve tried putting all this directly into the theme’s stylesheet too.
   Nada.
 * [https://wordpress.org/plugins/soliloquy-lite/](https://wordpress.org/plugins/soliloquy-lite/)

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

 *  [Tim](https://wordpress.org/support/users/n7studios/)
 * (@n7studios)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/custom-css-isnt-changing-anything/#post-6858208)
 * Soliloquy Lite doesn’t have a Custom CSS box – it has a Custom Slider Classes
   option, which lets you add your own CSS classes to the HTML output.
 * To apply your own CSS, you can add styles to your theme, or a third party plugin.
 * I can personally confirm this works at both theme level and third party plugin
   level by using:
    `.soliloquy-container .soliloquy-pager { display: none; }`
 * If you are experiencing issues, deactivate other plugins until you get the expected
   output. Then reintroduce plugins one by one until you find the conflict.
 *  [papijo](https://wordpress.org/support/users/papijo/)
 * (@papijo)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/custom-css-isnt-changing-anything/#post-6858436)
 * Just to confirm that Tim’s answer is the way to go. Put that CSS rule in your
   wp site’s theme CSS file.

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

The topic ‘Custom CSS isn't Changing Anything’ is closed to new replies.

 * ![](https://ps.w.org/soliloquy-lite/assets/icon-256x256.png?rev=979373)
 * [Slider by Soliloquy - Responsive Image Slider for WordPress](https://wordpress.org/plugins/soliloquy-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/soliloquy-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/soliloquy-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/soliloquy-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/soliloquy-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/soliloquy-lite/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [papijo](https://wordpress.org/support/users/papijo/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/custom-css-isnt-changing-anything/#post-6858436)
 * Status: resolved