• Resolved josesg95

    (@josesg95)


    Hello! Can containers have a maximum width of 800px? And that the submit button is centered, with rounded edges and a different color? Thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)
  • For rounded button corners…

    Add the style add-on
    Open the form
    Click on the button
    Click on Styles
    Go to Element Styles
    In the Advanced CSS add something like this:
    border-radius: 8px;
    You can change that value to suit your preference.

    To center the button you can go to the Wrap Styles above that section and in the Advanced CSS add:
    text-align:center;

    For max width click the Advanced tab top left by Form Fields and Emails & Actions. Then go to Styles
    Then go to Container Styles
    Then Advanced CSS
    Then input
    max-width:800px;

    Thread Starter josesg95

    (@josesg95)

    Hello @sdagencia! Thanks for your answer, could you tell me the name of the plugin please? Would it be possible to do it with css from the customizer?

    Plugin Contributor Justin McElhaney

    (@jmcelhaney)

    @josesg95 Yes, you can add custom CSS to your theme’s additional CSS section to change the appearance of the Ninja Forms. https://wpengine.com/resources/customize-theme-css/

    Thread Starter josesg95

    (@josesg95)

    Sorry for the late reply @jmcelhaney, thanks a lot and have a great day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Some style changes’ is closed to new replies.