Title: Move css
Last modified: August 22, 2016

---

# Move css

 *  [swohlert](https://wordpress.org/support/users/swohlert/)
 * (@swohlert)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/move-css/)
 * Hello,
 * I’d like to move the plugin css to my theme’s style.css but I can figure out 
   how to remove the css from the <head>
 * I tried these pieces of code so far:
 * (in functions.php)
 *     ```
       add_action( 'after_setup_theme', 'custom_slider_init', 16 );
       /**
        * Make amendments to the Genesis Slider, after it has been fully initialised.
        *
        * @since 1.0.0
        */
       function custom_slider_init() {
       	remove_action( 'wp_head', 'genesis_responsive_slider_head', 1 );
       }
       ```
   
 *     ```
       add_action( ‘init’ , ‘as247_remove_slider_styles’ , 15 );
       function as247_remove_slider_styles() {
       remove_action( ‘wp_print_styles’ , ‘genesis_slider_styles’ );
       }
       ```
   
 * Any help is welcome!
 * Website: [Kozijnen-inkoop.nl B.V.](https://kozijnen-inkoop.nl)
 * [https://wordpress.org/plugins/genesis-responsive-slider/](https://wordpress.org/plugins/genesis-responsive-slider/)

The topic ‘Move css’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/genesis-responsive-slider_656565.
   svg)
 * [Genesis Responsive Slider](https://wordpress.org/plugins/genesis-responsive-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-responsive-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-responsive-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-responsive-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-responsive-slider/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [swohlert](https://wordpress.org/support/users/swohlert/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/move-css/)
 * Status: not resolved