Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

How to change text & layout of MailChimp Widget? WordPress

  • SOLVED

Hi,

I'm new to WordPress and have my web site up at [[LINK href="http://cssum.ca"]]http://cssum.ca[[/LINK]]

I'm wondering where I can change the text in the MailChimp widget on my site that says "Email Address" (in the sidebar), since I would like it to say something else.

Also, how can I make it so that the text box (to enter the email address) and the "Go" button are on the same line?

Thanks for any help! Sorry if there isn't enough info here... I'm really new to this.

Edit: The widget plugin can be found here:
[[LINK href="http://wordpress.org/extend/plugins/mailchimp/"]]http://wordpress.org/extend/plugins/mailchimp/[[/LINK]]

Cheers,

Answers (3)

2010-10-27

idt answers:

<blockquote>I'm wondering where I can change the text in the MailChimp widget on my site that says "Email Address" (in the sidebar), since I would like it to say something else.</blockquote>

Try the method suggested on this thread: http://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-language-translation-does-not-work

<blockquote>
Also, how can I make it so that the text box (to enter the email address) and the "Go" button are on the same line?
</blockquote>

To do that add this to the bottom of your style.css
#mc_signup_form #mc_mv_EMAIL {
float:left;
width:60px;
}
#mc_signup_submit {
margin-top: 1px;
}

2010-10-27

Oleg Butuzov answers:

post a link to widget plugin, please

2010-10-27

juan manuel incaurgarat answers:

try using this at your css file:

.mc_form_inside label {
color:red;
}

that should change your label
obviously you can put any properties you want :)

to edit your text
go to MAILCHIMP SETUP under SETTING on your admin panel of your wordpress site

note that un HEADER CONTENT area, you can fill with any html you want
that its what will appear above your labels and inputs

on "Submit Button text:" you can edit what you want to appear on the submit button :)

though this its a lil bit outta date, here some info:
http://www.mailchimp.com/plugins/mailchimp-wordpress-plugin/