Skip to content

Instantly share code, notes, and snippets.

@ARCHTKT
Created March 10, 2020 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ARCHTKT/1ea7046c698d9b2530941661a63107ad to your computer and use it in GitHub Desktop.
Save ARCHTKT/1ea7046c698d9b2530941661a63107ad to your computer and use it in GitHub Desktop.
Remove Storefront inline styles
<?php /* No copiar esta linea */
add_filter( 'storefront_customizer_css', '__return_false' );
add_filter( 'storefront_gutenberg_customizer_css', '__return_false' );
add_filter( 'storefront_customizer_woocommerce_css', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment