Comments tsmiddleton2 started the conversationNovember 23, 2017 at 6:20amHello, I have added the URL mailchimp sign up to one of my posts. I received this code from the system setup on my website (not mailchimp). My questions: How can I change the colour of the subscribe button in this post as I have looked everywhere?How can I centre the sign up form as I have centred the link in the back end but the front end is still showing on the left. https://www.inspirefamilytravel.com.au/4-step-pre-vacation-guide/Thank you 2,700PenciDesign repliedNovember 23, 2017 at 7:48amHi,You can add more this code to Customize > Custom CSS to do that: .inner-post-entry .mc4wp-form{ margin-left: auto; margin-right: auto; } .mc4wp-form input[type="submit"], .mc4wp-form input[type="submit"]:hover{ background-color: #ff0000; color: #ffffff; }Change color code ff0000 to any color code you want.Best Regards,PenciDesign Sign in to reply ...
Hello,
I have added the URL mailchimp sign up to one of my posts. I received this code from the system setup on my website (not mailchimp).
My questions:
How can I change the colour of the subscribe button in this post as I have looked everywhere?
How can I centre the sign up form as I have centred the link in the back end but the front end is still showing on the left.
https://www.inspirefamilytravel.com.au/4-step-pre-vacation-guide/
Thank you
Hi,
You can add more this code to Customize > Custom CSS to do that:
Change color code ff0000 to any color code you want.
Best Regards,
PenciDesign