Title: Mobile form fields unreadable
Last modified: February 24, 2021

---

# Mobile form fields unreadable

 *  Resolved [arianelariviere](https://wordpress.org/support/users/arianelariviere/)
 * (@arianelariviere)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-form-fields-unreadable/)
 * Hey there!
 * I just realized that the form on that page doesn’t work properly on mobile. I
   think it sends the info to Mailchimp, but people can’t see if the info they put
   in was entered properly…
 * As in, once they start writing in their name and address, it goes away. You can
   enter it, but you don’t see it.
 * Is there a fix for that?
 * Thank you!
 * Ariane
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-form-fields-unreadable%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [jpowersdev](https://wordpress.org/support/users/jpowersdev/)
 * (@jpowersdev)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-form-fields-unreadable/#post-14096568)
 * Hi [@arianelariviere](https://wordpress.org/support/users/arianelariviere/),
 * I see the problem. I can reproduce it on my phone, but for some reason, I am 
   unable to do so using the dev tools on the desktop. That makes it a little difficult
   to track down exactly what is happening.
 * There is clearly some sort of styling issue, and I see styles coming from a variety
   of sources targeting those fields. I also see a good deal of padding applied 
   to the input fields. I’d probably try removing any padding, making sure the line-
   height is set to 1 or greater, manually setting colors on specific breakpoints
   and other similar tactics.
 * You can use the customizer in WordPress to add additional CSS quickly while refreshing
   the page on your phone to test it.
 * Let me know if that helps,
    Jon
 *  Thread Starter [arianelariviere](https://wordpress.org/support/users/arianelariviere/)
 * (@arianelariviere)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-form-fields-unreadable/#post-14096781)
 * Thank you Jon!
 * I modified something and now it works. But the field names are too small…
 * It’s the same on desktop and mobile.
 * Is there a CSS I can use on that Mailchimp form to get the font bigger?
 * Thank you!
 * Ariane
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-form-fields-unreadable/#post-14134555)
 * Hi [@arianelariviere](https://wordpress.org/support/users/arianelariviere/)
 * Your theme has this CSS code causing the field labels to be 14px;
 *     ```
       .btn, .form-control, .woocommerce #reviews #comments label, body {
           font-size: 14px;
       }
       ```
   
 * Try using this code to change it.
 *     ```
       .yikes-easy-mc-form label span {
           font-size: 18px;
       }
       ```
   
 * 18px is only a suggestion, you can change it to whatever you want.
 * Thank you.
    -Tracy
 *  Thread Starter [arianelariviere](https://wordpress.org/support/users/arianelariviere/)
 * (@arianelariviere)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-form-fields-unreadable/#post-14134890)
 * Thank you Tracy!
 * It worked perfectly!
 * Ariane
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-form-fields-unreadable/#post-14135066)
 * Awesome!
 * -Tracy

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Mobile form fields unreadable’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-form-fields-unreadable/#post-14135066)
 * Status: resolved