Viewing 1 replies (of 1 total)
  • Plugin Author James Koster

    (@jameskoster)

    Hey, You will need to wrap that in a function and hook into wp_enqueue_scripts.

    Alternatively if you want to disable _all_ styles you can use the projects_enqueue_styles filter. E.G:

    add_filter( 'projects_enqueue_styles', '__return_false' );

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Disable Projects Styles’ is closed to new replies.