Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there!

    If you’d like to find the stylesheet just for reference, it can generally be found at something like:

    yoursite.com/wordpress/?mcsf_action=main_css&ver=3.4

    However, any changes you’d like to make would need to be added to your site’s “Style.css” file. You’ll want to use something like Chrome’s built-in Developer Tools option or an extension like Firebug for Mozilla Firefox to track down the ids and classes you’d like to edit.

    From there, add them to the “Style.css” file and away you go!

    Let us know if we can assist with anything else!

    Cheers

    Like the plugin but would really like to be able to use the styling from the mailchimp embed code found here:

    http://cdn-images.mailchimp.com/embedcode/classic-081711.css

    I tried to use this in the style.css but it uses different class names from those in the widget what’s the best way of updating it so I can use the styling from the embed form (which looks a lot nicer!)

    Thanks

    Figured it out now this is the style I’ve used:

    #mc_signup_form {background:#ffffff; border: 1px solid #CDCDCD; padding:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
    #mc_signup_form .mc_input {display: block; width:98%; padding:4px 0; text-indent:2%;}
    #mc_signup .button {background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 20px 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
    #mc_signup .button:hover {background-color:#FDA401;}
    #mc-indicates-required {font-style:italic;}

    Form can be seen here: http://amindia2012.automotiveworld.com/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: MailChimp List Subscribe Form] Style Sheet’ is closed to new replies.