Skip to content

Instantly share code, notes, and snippets.

@thecodepoetry
Created February 12, 2021 10:44
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 thecodepoetry/3d91ad58663c1417150534c38125d9c4 to your computer and use it in GitHub Desktop.
Save thecodepoetry/3d91ad58663c1417150534c38125d9c4 to your computer and use it in GitHub Desktop.
remove The7 icon font library
function custom_enq_childfunc() {
wp_dequeue_style( 'the7-font' );
}
add_action( 'wp_enqueue_scripts', 'custom_enq_childfunc', 100 );
@thecodepoetry
Copy link
Author

You can remove the font icon by adding the following script in child theme functions.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment