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

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hello.

    May I please have a link to your form so I can take a look?

    Thank you!
    -Tracy

    Thread Starter gcanestrari

    (@gcanestrari)

    My site is in mainteinance mode yet. I would like to know what can i do to modify the submit button layout.
    Thank you

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Ok, it’s easier if I can see the actual code, but here is generic code. It may need to be tweaked.

    Change the values I entered below to whatever you like.

    .yikes-easy-mc-form .yikes-easy-mc-submit-button.btn-primary {
        background-color: red;
        color: blue;
        font-size: 12px;
    }

    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

    Alternatively, you can purchase our Customizer add-on for a code-free option.

    Thank you!
    -Tracy

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

The topic ‘Change Submit button's layout’ is closed to new replies.