The color of this form keeps showing up as green, not to the color it is set at. Please help.
- tcahnAsked on November 17, 2016 at 10:01 AM
- JotForm SupportJim_RAnswered on November 17, 2016 at 12:11 PM
Hello @tcahn, I'm assuming you're expecting to see this color instead.
The reason why it's showing up as green was because you have a custom CSS code that overrides that setting.
To fix this, just change the highlighted CSS line above
from:
background-color : #145f20;
to:
background-color : #610D0D;
RESULT:
- tcahnAnswered on November 17, 2016 at 01:44 PMHi,
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
... - JotForm SupportJim_RAnswered on November 17, 2016 at 02:19 PM
Hey Terri, you missed the semicolon on the CSS code you updated:
Just add the semicolon > SAVE it > and that should do it. :)
- tcahnAnswered on November 17, 2016 at 04:44 PMGot it!
Thank you!
Terri Cahn
Travel Consultant
North Broward Preparatory School
cahnt@nbps.org
954.646.6038
... - JotForm SupportJim_RAnswered on November 17, 2016 at 06:57 PM
Great! I'm glad everything's sorted out. Just open a new thread if you have other questions.