How to Customize the Yikes Easy Form Button Color for MailChimp

Опубликовано: 12 Июнь 2026
на канале: Kara Ellery | Online Business Guide
526
6

If you're adding your MailChimp form to your WordPress site with the Yikes Easy Forms plugin, you may notice the button is not legible (it's white on white!), so this is how you change the button color with a tiny bit of code.

Code is here:
.btn-primary {
background-color: #000;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
}

Remember to put btn-primary (no .) in the Class ID section in the Yikes form if using this exact code.

Previous video on installing Yikes Easy Forms for MailChimp is here:    • How to Add MailChimp Form to WordPress Sit...