• Hey,

    I’d like to be able to disable all the built-in styles (especially the inline styles) so that the forms conform to the existing styling for forms on my site.

    From looking at the code this doesn’t appear to be possible – if it is possible could you let me know how (without hacking the plugin files) and if it’s not then please consider this a feature request!

    For anyone else wanting the same, I’ve removed most of them with:

    `
    add_action(‘init’, function(){
    wp_dequeue_style(‘mailchimpSF_main_css’);
    wp_dequeue_style(‘mailchimpSF_ie_css’);
    }, 999);
    `

    but the inline styles remain.


    Sami

    https://ww.wp.xz.cn/plugins/mailchimp/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Disable Built in Styles’ is closed to new replies.