X Pro Theme: Mailchimp button won't change appearance in Footer

Hello,

I have the problem, that when I insert the code from Mailchimp on my site like this:

It won’t change the appearance when I change them here:

In the preview the button is blue and in the header section it is red and different.
Where do I need to change something that it changes in the site as well?

Thanks a lot in advance!

Cheers

Hi There,

Thanks for writing in!

the button takes the default buttons style of your site. If you will change your default button style please go to X-> Theme Option-> Buttons

Change your style you want and it will reflect the mail chimp button as well as other classic buttons. if you don’t want to change the default style you can anyway add custom CSS for the button.

Example:

.mailchimpform input[type=submit] {
border: none;
background: #ccc;
color: #333;
}

Change the placename to your form container class and add your style. The CSS would go into theme option -> Global CSS

Hope this helps!

Thanks a lot that worked!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.