Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hi Chrixx,
Please provide a link to your form and I’ll take a look.
The form description can be displayed with the short code.
Please see: https://yikesplugins.com/support/knowledge-base/adding-forms-to-pages-and-posts/ for directions.
Thank you!
-Tracy
Thread Starter
chrixx
(@chrixx)
Hi Tracy,
Thank you for your message.
Here is the page with the form: http://www.smartprogressivedinner.com/
Kind regards,
Chrixx
Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hi Chrixx,
You can use this CSS code to change the width of the overall form which will change the width of the fields, Just change the width percentage to whatever you like.
.yikes-easy-mc-form.yikes-easy-mc-form-1 {
width: 80%;
}
You can use this code to change the color and width of the button. Change red and white to whatever color you like using hex codes and change the width using the percentage.
.yikes-easy-mc-form.yikes-easy-mc-form-1 .yikes-easy-mc-submit-button {
background-color: red;
background-image: none;
border-color: red;
color: white;
width: 60%;
}
You have a few options to add CSS code:
- If you created this theme yourself, you can just add it to your style.css file
- If you’re using a theme you downloaded or bought you can make a child theme and add the code to your child theme’s style.css file
- Your theme may have a “Custom CSS” option. If it does, then you can just pop it in there.
- You can use a plugin like Simple Custom CSS or Jetpack and enter the code in their Custom CSS area
Thank you!
-Tracy
Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hi, I am also having this issue of white text in the forms in my footer. I tried all the CSS editor suggestions already on this site. Can you please suggest a solution? I’m using the MailChimp plugin on its own: https://sahicosmetics.com.
Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hello,
I took a look at the code and you are not using our plugin for your MailChimp form. It looks like you are using MailChimp for WordPress. Their support forum is here: https://wordpress.org/support/plugin/mailchimp-for-wp
Thank you!
-Tracy