Tagged: x Author Posts December 16, 2016 at 5:40 am #1295502 philipfemoParticipant 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 December 16, 2016 at 7:52 am #1295600 Paul RModerator 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. December 17, 2016 at 8:46 am #1296583 philipfemoParticipant Thanks a ton. That worked smoothly. December 17, 2016 at 8:58 am #1296588 ThaiModerator You’re most welcome 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1295502 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In