Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Tim Moore

    (@tmoorewp)

    You can dequeue the contact form stylesheet by adding this to your theme’s stylesheet:

    function remove_grunion_style() {
         wp_deregister_style('grunion.css');
    }
    add_action('wp_print_styles', 'remove_grunion_style');

    Then add your own styles.

    Thread Starter Paul

    (@paulrudy)

    Thank you very much, Tim. I wasn’t notified of your reply for some reason. I appreciate it.

    Thread Starter Paul

    (@paulrudy)

    And just a clarification for others looking at this thread: I think Tim means adding the code to functions.php, not the stylesheet of your theme.

    How is the solution Tim provided working out for you Paul?

    Thread Starter Paul

    (@paulrudy)

    It’s working great!

    Thanks for the quick reply. I for some reason am always the skeptic. =]

    Thread Starter Paul

    (@paulrudy)

    🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Jetpack by WordPress.com] Override CSS for Jetpack contact forms?’ is closed to new replies.