Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #541768

    Hi,

    Whats wrong with my date picker styling?

    #541979

    Hey webpress!

    Try deactivating all of your plugins and then reactivate them one by one to see which one is causing the weird CSS.

    Regards,
    Elliott

    #543127

    Hi,

    its this one:

    https://wordpress.org/plugins/mailchimp/

    Is it so that I do not really need this one anymore? Is MC integrated in the theme somehow?

    #543397

    Hey!

    Is there an option in the plugin settings for disabling it’s CSS? Send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    #543504

    Thanks again Elliot. I removed the MC plug and moved to the standard Enfold integration. Problem solved.

    Now I have one more question:

    On this page I would like to edit the color of the button on the contact form. Alternative change the color in general for the contact form as it is only used here. Can I have a CSS snippet?

    #543564

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-4295 .avia_ajax_form .button {
        background: orange;
        color: black;
        border-color: blue;
    }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.