Advanced Designer is Not Changing Colors on Form

  • movinghelp
    Asked on January 11, 2017 at 10:51 AM

    I am having an issue with the advanced designed not changing the color on the form.

    Here is the page the form is not changing button colors:

    http://movers4houston.com/home2/reservation/

     

    And here goes one thats correct:

    http://movers4houston.com/home2/quote/

     

     

  • BJoanna
    Replied on January 11, 2017 at 1:00 PM

    It seems that this issue is related to theme that you are using. If you remove the theme you will be able to change the color of buttons. 

    Other way is to change it with CSS. Add this CSS code to your form to change the width and color of your page break buttons:

    .form-pagebreak-next {

        background : #ffc107!important;

        width:200px!important;

    }

    .form-pagebreak-back {

        background : #ffc107!important;

        width : 200px!important;

    }

    How to Inject Custom CSS Codes

     

    Advanced Designer is Not Changing Colors on Form Image 1 Screenshot 20

    Here is my demo form: https://www.jotformpro.com/form/70104689351960 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.