• Resolved varghesedxb

    (@varghesedxb)


    Hello,
    How to change the Submit button style and color same like the theme default style.

    Thanks
    Mathew

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Farhan Noor

    (@farhannoor)

    Hi Mathew

    You should apply same style rules on submit button of the Form as other buttons have. CSS selector for form submit button is input[type=submit]. You should write styling rules in your theme’s CSS file.

    i. e.

    input[type=submit]{ background: #F00; color: #FFF; }

    Farhan.

    Thread Starter varghesedxb

    (@varghesedxb)

    Thanks Farhan for the solution. Its fixed.
    Also how to hide this message which appears on all forms – aol_required_fields_notice

    Plugin Author Farhan Noor

    (@farhannoor)

    In plugin settings, Change REQUIRED FORM FIELDS NOTICE to some meaningful text or use default one.

    Farhan.

    Thread Starter varghesedxb

    (@varghesedxb)

    Thanks Farhan.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submit Button Style’ is closed to new replies.