Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Agnes

    (@agneslesagegmailcom)

    I tried put the URL of my style.css in the option box, but it keeps taking the plugin css…?!

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Agnes,

    If you leave the “Custom stylesheet URL” option empty, and add the following to your theme’s functions.php file, the plugin won’t load any CSS files:

    function gce_remove_css() {
    	wp_dequeue_style( 'gce_styles' );
    }
    
    add_action( 'wp_enqueue_scripts', 'gce_remove_css' );
    Thread Starter Agnes

    (@agneslesagegmailcom)

    Perfect, thanks ??

    Could you put some examples of differents custom stylesheet url? I dont know do it and looking for examples.
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Google Calendar Events] Changing Custom stylesheet URL to none’ is closed to new replies.