Tagged: MailChimp
Hi,
I’m not sure why but the MailChimp submit button changed from orange (#ff9900) to gray (#525454). (see link in Private)
I doubled check and I do have it set for orange in Mailchimp
I tried deactivating the 2 apps I have installed recently and it didn’t change anything…
I also tried to delete all the css and it didn’t change a thing…
Any advice?
I am scheduled to launch the website on Monday… would greatly appreciate a quick response
UPDATE – fixed it with adding:
.avia-mailchimp-form input[type=’submit’] {
background-color: #ff9900 !important;
border-radius: 10px
}
was that the right way?
Have any idea why it would change?
THANK YOU!!
Yeah, but I am not sure that was the right thing to do or why it changed in the first place… Any ideas?