• Resolved dozarko

    (@dozarko)


    Hi there;

    I’m trying to figure out how to style the button and placeholder text on the form for my website http://www.serenaahlgren.com/ so that the font is smaller than what is shown. Is there a way to easily do this? Many thanks, Deb

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi Deb,

    If we gave you CSS do you know how to apply this to your site?

    I used the following CSS:

    .yikes-easy-mc-form-1 {
        font-size: 13px;
    }
    .yikes-easy-mc-submit-button-1 {
        height: 25px;
        padding: 0px !important;
    }

    I thought that accomplished what you were asking, but let us know if you have trouble applying these styles or want them tweaked more.

    Happy New Year,
    Kevin.

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi Deb.

    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 WordPress 4.7 or higher, you can go to Appearance > Customize > Additional CSS and place the code there.
    • 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

    Thread Starter dozarko

    (@dozarko)

    Thank you Kevin and Tracy!!! This is perfect. You both totally rock!!! 🙂

    Happy new year to both of you.

    Muchas gracias.

    Deb

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

The topic ‘Styling submit button?’ is closed to new replies.