Order Form Background Color Not Changing

When editing my Order Form Theme, when I change the color in the CSS to #f4f4f4, nothing is happening. The background is currently #222 but I want to change it. I am extremely familiar with CSS, HTML, etc. and the background color should be changing when I edit the CSS. Any one else had an issue with this?

If you are referring to the body background then it is at the top of the appearance css. For just the order form background you must add #orderForm to css and set the background with that selector.

1 Like