• Resolved formsaregreat

    (@formsaregreat)


    Hi,

    How do I change the field text and button text size independently from other forms?

    I’m unable to supply a link at the moment.

    Please help! 🙂

Viewing 1 replies (of 1 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @formsaregreat,

    I hope you’re doing well!

    You can change the text size with custom CSS. If you referring to a submit button, please try:

    .forminator-button-submit {
    font-size: 20px;
    }

    To any other field add a custom CSS ID from the settings and use this example:

    .customCSS {
    font-size: 26px;
    }

    To add a custom CSS to a field, please edit a field and open the Styling tab. Add a custom CSS class to the Additional CSS Classes. Please see this screenshot:
    https://take.ms/TrgdX

    More information about the font-size property can be fond here:
    https://www.w3schools.com/cssref/pr_font_font-size.asp

    Cheers,
    Nastia

Viewing 1 replies (of 1 total)

The topic ‘Change Input and Button Text Size’ is closed to new replies.