Hi mhreynolds! It looks like you are using the shortcode not the widget. You will need to target the form itself:
.constantcontactwidget_form{
border: 2px solid #808241;
background-color: #ff8888 !important;
color: #808241 !important;
}
actually, i am using the widget
Hi mhreynolds! In that case your theme is not providing a proper before_widget and after_widget setting when it called register_sidebar. Normally each widget should have its own div container with the classname as provided by widget, since the theme did not properly register the sidebar, there is no container with the class widget_sf_widget_constantcontact.
copy that… and thanks very much 😉