Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1295502
    philipfemo
    Participant

    Hi,

    I have a mailchimp form in a widget area that I cant seem to find the right element to target with css.. I’ve tried using “.x-subscribe-form input[type=”submit”]” in the customizer but it isn’t overwriting the elements css.

    here is the link (buttom of page) http://www.getbundl.com

    BR

    #1295600
    Paul R
    Moderator

    Hi,

    You can try this code.

    
    .home #starte .x-widget-area .mc4wp-form input[type="submit"] {
        color: #fff;
        border-color: #ac1100;
        background-color: #ff2a13;
        margin-bottom: 0.25em;
        text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
        box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0,0,0,0.75);
        border-radius: 0.25em;
    }
    

    Change the colors to achieve your desired look.

    Hope that helps.

    #1296583
    philipfemo
    Participant

    Thanks a ton. That worked smoothly.

    #1296588
    Thai
    Moderator

    You’re most welcome 🙂

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