The color of this form keeps showing up as green, not to the color it is set at. Please help.

  • tcahn
    Asked on November 17, 2016 at 10:01 AM
  • Support_Management Jotform Support
    Replied on November 17, 2016 at 12:11 PM

    Hello @tcahn, I'm assuming you're expecting to see this color instead.

    The color of this form keeps showing up as green, not to the color it is set at Screenshot 40

    The reason why it's showing up as green was because you have a custom CSS code that overrides that setting.

    The color of this form keeps showing up as green, not to the color it is set at Screenshot 51

    To fix this, just change the highlighted CSS line above

    from:

        background-color : #145f20;

    to:

        background-color : #610D0D;

    RESULT:

    The color of this form keeps showing up as green, not to the color it is set at Screenshot 62

  • tcahn
    Replied on November 17, 2016 at 1:44 PM
    Hi,
    Something isnt right. Now the page background is the gray squares that was the form background.
    Terri Cahn
    Travel Consultant
    North Broward Preparatory School
    cahnt@nbps.org
    954.646.6038
    ...
  • Support_Management Jotform Support
    Replied on November 17, 2016 at 2:19 PM

    Hey Terri, you missed the semicolon on the CSS code you updated:

    The color of this form keeps showing up as green, not to the color it is set at Screenshot 20

    Just add the semicolon > SAVE it > and that should do it. :)

  • tcahn
    Replied on November 17, 2016 at 4:44 PM
    Got it!
    Thank you!
    Terri Cahn
    Travel Consultant
    North Broward Preparatory School
    cahnt@nbps.org
    954.646.6038
    ...
  • Support_Management Jotform Support
    Replied on November 17, 2016 at 6:57 PM

    Great! I'm glad everything's sorted out. Just open a new thread if you have other questions.