Aha! Plugin settings, “update list” button at top, case solved. Looks like changes at Mailchimp site not automatically picked up.
Hi KK. You mentioned Catalyst/Dynamik, and I’ve been playing around with widget formatting in that by trial and error. Go to Advanced options – Custom CSS and put stuff in there to have it overwrite settings elsewhere.
Here’s what I’ve got so far. The first bit is to control the size and position of the fields. The next bit formats the submit button (though I notice iOS alters it). The last bit makes the success message appearing in the widget reflect my site colours. It’s involved a lot of “inspect elements” in Chrome!
.mc_select {width: 220px;}
.mc_input {width: 120px; height: 11pt; float: right;}
#mc_signup_submit {
margin: 14px 0 16px 0;
padding: 6px 16px 6px 16px;
border: 0px;
font-family: source sans pro, sans-serif;
font-size: 16px;
font-weight: 700;
color: #ffffff;
background-color: #e46c00;
}
.mc_success_msg {color: #ac0a99;}