Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hi @digigets

    I hope you’re well today!

    Could you please elaborate on the “stylish look” a bit more? What exact changes would you like to apply to the form?

    We’re happy to help with minor CSS tweaks but please note that if it comes to fully styling entire form or any other part of the page – such assistance falls under the “custom design and development” scope which is a bit outside of what we can provide.

    I’ll be more than happy, though, to help you with some small tweaks if you describe precisely what changes would you like to get applied there.

    Kind regards,
    Adam

    Thread Starter digigets

    (@digigets)

    I want to make that form corners rounded instead of square

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @digigets

    I trust you’re doing well!

    To make the input field to be shown with round corners, please add this CSS code to Appearance > Customize > Additional CSS:

    .forminator-input {
             border-radius: 10px !important;
    
     }
    
     textarea {
            border-radius: 10px !important;
     }

    Feel free to edit the value for the border-radius to change the input field appearance. Please note, I’ve added !important tag, this means that the code can’t be overwritten with another CSS code. So if the input field requires border-radius to be edited, please change it in this CSS code above.

    Kind regards,
    Nastia

    Thread Starter digigets

    (@digigets)

    Ok thanks!!

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

The topic ‘CSS for form’ is closed to new replies.