Hi,
Is there a quick way I can remove the associated stylesheet via functions.php? I want to style this plugin myself, and if I just gut the stylesheet I worry that an upgrade to the plugin will just overwrite this.
Thanks.
Hi,
Is there a quick way I can remove the associated stylesheet via functions.php? I want to style this plugin myself, and if I just gut the stylesheet I worry that an upgrade to the plugin will just overwrite this.
Thanks.
Try
remove_action( 'wp_head', 'wpcf7_wp_head' );
Thanks for the reply. I tried that but nothing happened. You'd think that would do it though...
This topic has been closed to new replies.