• Resolved juleskeeper

    (@juleskeeper)


    I’m new to using the free version of Fluent Forms. I’ve created a simple Subscription Form, but the default color of the button does not match my website theme. Is there a way to change this color (i.e. with CSS)?

    Thanks for your help.

    • This topic was modified 3 years, 2 months ago by juleskeeper.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    put CSS code in custom CSS/JS (way open desired form -> Setting & Integrations -> on left sidebar Custom CSS/JS)

    For example this:
    #fluentform_6.fluent_form_6 .ff-btn-submit {
    transition: all 0.4s ease!important;
    padding: 12px 20px!important;
    border: 1px solid rgba(0,0,0,0.5)!important;
    border-radius: 0!important;
    background-color: #fff!important;
    color: #000!important;
    font-family: ‘Poppins’, sans-serif;
    letter-spacing: 1.3px;
    font-weight: 300!important;
    }

    but you need change number in ID and class selector with number of your form.

    Good luck

    Thread Starter juleskeeper

    (@juleskeeper)

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Color for Submit Button’ is closed to new replies.