Hello-
Are there any examples/tips on using the Custom CSS Rules in the Form Settings>Design tab in the E&P Form Builder? I would like to change the Title size and color and have less spacing between the form fields.
I tried something simple to change the Title color to no avail:
h2 {
color:red;
}
Thanks for any help and thanks for the great X theme.
Got what I needed – if it helps anyone else, I found some examples in the Comments on the E&P Form Builder site. Needed the complete CSS rule which I was able to target inspecting the element in Chrome. More experienced users probably knew this already 🙂