Title: Adding Slideshow functional.css and style-light.css to custom CSS file
Last modified: September 1, 2016

---

# Adding Slideshow functional.css and style-light.css to custom CSS file

 *  [tyleribs](https://wordpress.org/support/users/tyleribs/)
 * (@tyleribs)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/adding-slideshow-functionalcss-and-style-lightcss-to-custom-css-file/)
 * Hi there,
 * I’m trying to add all of my plugins into a single CSS sheet, it worked very well
   except for the two Slideshow CSS files.
 * There are no errors on my page but my main issue is deregistering/removing their
   stylesheets from loading.
 * Here is my code I used in functions.php:
 *     ```
       add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
   
       function my_deregister_styles() {
       	wp_deregister_style( 'slideshow-jquery-image-gallery-stylesheet_functional' );
       	wp_deregister_style( 'slideshow-jquery-image-gallery-stylesheet_style-light' );
       }
       ```
   
 * I’ve tried a number of different naming handles with and without -css on the 
   end.
 * Would appreciate any support or advice that anyone could give me about disabling
   individual loading of these css files to load from my custom plugins css file.
 * Thank you,
    Ty
 * [https://wordpress.org/plugins/slideshow-jquery-image-gallery/](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)

The topic ‘Adding Slideshow functional.css and style-light.css to custom CSS file’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-jquery-image-gallery_d3d2de.
   svg)
 * [Slideshow](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-jquery-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [tyleribs](https://wordpress.org/support/users/tyleribs/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/adding-slideshow-functionalcss-and-style-lightcss-to-custom-css-file/)
 * Status: not resolved