Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1078186
    davidgerhard
    Participant

    Thanks for X. It’s fantastic!

    I’ve read through the forums and found how to remove the text dropshadow from all of my buttons, but cannot figure out how to remove it from the Mailchimp forms. Please help.

    I’ve tried the following code in my Global Custom CSS:

    .x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover {
    text-shadow: none;
    }
    
    .submit, .x-btn, .x-btn-flat, .x-btn-square, .x-subscribe-form, .x-subscribe-form-30, .center-block, .mvn{
    text-shadow: none;
    }

    Thanks

    #1078192
    davidgerhard
    Participant
    This reply has been marked as private.
    #1078454
    Jade
    Moderator

    Hi David,

    You can add this under Custom > CSS in the Customizer.

    .x-btn, .x-btn:hover {
        text-shadow: none !important;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1078186 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>