Skip to content

Instantly share code, notes, and snippets.

@wplit
Last active April 3, 2019 21:24
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 wplit/c8187b6477d9f57a540a651966f4039e to your computer and use it in GitHub Desktop.
Save wplit/c8187b6477d9f57a540a651966f4039e to your computer and use it in GitHub Desktop.
Remove default component CSS from Oxygen
// Remove default Oxygen.css
add_action( 'oxygen_enqueue_scripts', 'lit_dequeue_scripts' );
function lit_dequeue_scripts() {
wp_dequeue_style("oxygen");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment