Posts: 14
Threads: 7
Joined: Nov 2013
Reputation:
0
Hello, currently the background of my form is a light grey (#efefef) and I'd like to change it to another color. I embed the form using an iframe so I can't change it there of course. I have looked through all the CSS styles. I would also like to change the boarder and box shadow if I could, perhaps all these are in the same place. Any suggestions? Thanks.
Posts: 415
Threads: 0
Joined: Mar 2009
Reputation:
3
Hi there,
I'm assuming you are using the Form Builder
- Go to your form and click 'Edit' icon
- Click the 'Publish' tab and click on the template under Template Set
- Click 'Resources' tab and edit the CSS
- Edit body { background-color: #999999; }
Cheers,
Joe
Posts: 14
Threads: 7
Joined: Nov 2013
Reputation:
0
I knew it had to be tucked away somewhere! Thanks again Joe!