Title: Remove inline CSS
Last modified: August 22, 2016

---

# Remove inline CSS

 *  Resolved [l r](https://wordpress.org/support/users/lainyrache/)
 * (@lainyrache)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/remove-inline-css-1/)
 * Hello
    Is it possible to remove the inline styles from Storefront? I am using
   my own child theme, and I would rather control the styling in the my css than
   using customizer.
 * Thanks for any help!

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

 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/remove-inline-css-1/#post-5817369)
 * Hey,
 * You can filter `storefront_customizer_enabled` to disable all the Customizer 
   components in Storefront.
 *  Thread Starter [l r](https://wordpress.org/support/users/lainyrache/)
 * (@lainyrache)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/remove-inline-css-1/#post-5817462)
 * Thanks for your help jameskoster…
    could you possibly give me any further pointers
   as to how to do this? I’ve tried but just can’t figure out how to do this…
 *  [wooassist](https://wordpress.org/support/users/wooassist/)
 * (@wooassist)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/remove-inline-css-1/#post-5817491)
 * You can use the code below to disable customizer on Storefront. Just put it in
   your child theme’s functions.php.
 *     ```
       add_filter( 'storefront_customizer_enabled', 'woa_storefront_disable_customizer' );
       function woa_storefront_disable_customizer() {
           return false;
       }
       ```
   
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/remove-inline-css-1/#post-5817492)
 * [@wooassist](https://wordpress.org/support/users/wooassist/): FYI instead of 
   creating a new function you can just use `__return_false` 🙂
 *  Thread Starter [l r](https://wordpress.org/support/users/lainyrache/)
 * (@lainyrache)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/remove-inline-css-1/#post-5817499)
 * Thanks so much for your help guys, that does the job brilliantly!
 *  [wooassist](https://wordpress.org/support/users/wooassist/)
 * (@wooassist)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-inline-css-1/#post-5817547)
 * thanks [@jameskoster](https://wordpress.org/support/users/jameskoster/). I already
   knew that though, I just thought that it would be better to set out an example
   like this for others to understand how filters work.
 * [@lainyrache](https://wordpress.org/support/users/lainyrache/) we’re glad we 
   could be of help to you =)
 *  [— —](https://wordpress.org/support/users/valeriee04/)
 * (@valeriee04)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-inline-css-1/#post-5817682)
 * I would like to delete the colors(styles) at the end of the website, how do I
   do that?
 * Check:
 * [http://valrium27.twentyseven.axc.nl/](http://valrium27.twentyseven.axc.nl/)

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

The topic ‘Remove inline CSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/storefront/4.6.2/screenshot.png)
 * Storefront
 * [Support Threads](https://wordpress.org/support/theme/storefront/)
 * [Active Topics](https://wordpress.org/support/theme/storefront/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/storefront/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/storefront/reviews/)

 * 7 replies
 * 4 participants
 * Last reply from: [— —](https://wordpress.org/support/users/valeriee04/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/remove-inline-css-1/#post-5817682)
 * Status: resolved