• Resolved luvjenni

    (@luvjenni)


    I am trying to make the submit button bigger and have a background color. I am using the default theme and I updated the Submit button settings under the tab ‘General Buttons’. The button changes for the submit show in the preview, but they don’t reflect on my form. I have two forms on the page, one under ‘Get Your FREE Resource Guide Here!’ and the other under ‘Ready To Get Organized?’ I also tried to change the css settings under ‘Custom CSS’ to .
    fm-form-container.fm-theme1 .fm-form .button-submit{
    font-size: 16px;
    height: 40px;
    width: 100px;
    background-color: #00b359;
    }
    but this change didn’t have any affect either.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi!

    Most probably you have a cache plugin. Please deactivate it and clear the cache. If the problem persists, please add the below mentioned code in Appearance > Customize > Additional CSS

    .fm-form .button-submit{
    font-size: 16px !important;
    height: 40px !important;
    width: 100px !important;
    background-color: #00b359 !important;
    }

    Please try and provide the feedback!

    Thanks, have a nice day!

    Thread Starter luvjenni

    (@luvjenni)

    Thank you so much for the suggestion about the cache. I cleared the cache and refreshed the page and the changes are now showing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Changes Are Not Showing In the Form’ is closed to new replies.