Menu Close Menu
Menu
  • Themes
  • Extensions
  • Showcase
  • Support
    • Documentation
    • Open Support Ticket
    • Terms & Conditions
  • Blog
  • Account
    • Number of items in cart: 0

      • Your cart is empty.
      • Subtotal: $0.00
      • Estimated Tax: $0.00
      • Total: $0.00
      • Checkout

How To Disable Default Styles

How To Disable Default Styles

You can de-register the default WP Club Manager stylesheet by adding the following snippet to your themes functions.php file, which hooks into the wp_print_styles action:

function custom_deregister_styles() {
	wp_deregister_style( 'wpclubmanager-general' );
}
add_action( 'wp_print_styles', 'custom_deregister_styles', 100 );
4th October 2020

Post navigation

Previous

Adding A Preset Sport

Next

How To Change The Appearance Label

Docs Categories

  • Clubs (4)
  • Getting Started (4)
  • League Tables & Rosters (3)
  • Matches (6)
  • Players & Staff (9)
  • Plugin Settings (11)
  • Shortcodes (8)
  • Snippets (4)
  • Theming & Extending (3)
  • Widgets (6)

Popular Articles

  • Third Party Theme Compatibility
  • Match List Shortcode
  • Managing Clubs
  • League Table Shortcode
  • Quick Start Guide
  • Extensions
  • Themes
  • Showcase
  • Terms
  • Documentation
  • Support
  • Support Policy
  • Blog
© 2014-20 WP Club Manager | Manage your sports club website