Comments bratrivtriku69 started the conversationNovember 6, 2018 at 2:21pmHello,I have an issue with style.css. I need to change the color of the Mailchimp submit button in my sidebar, but I can't find the correct line where I can do just that. Changing .mc4wp-form didn't do anything. What am I missing? Thank you.Martin Balaz 2,700PenciDesign repliedNovember 6, 2018 at 3:52pmHi,Please try add more this code to Customize > Custom CSS to do that: .widget input[type="submit"], .widget input[type="submit"]:hover{ background: #ff0000; color: #ffffff; border-color: #ff0000; } Change color codes: #ff0000 and #ffffff on the above code to color code you want.Best Regards,PenciDesign1 Like Sign in to reply ...
Hello,
I have an issue with style.css. I need to change the color of the Mailchimp submit button in my sidebar, but I can't find the correct line where I can do just that. Changing .mc4wp-form didn't do anything. What am I missing?
Thank you.
Martin Balaz
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Change color codes: #ff0000 and #ffffff on the above code to color code you want.
Best Regards,
PenciDesign