Hello @kapdev
Yes, that’s possible. Please, enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab:
#fbuilder .section_break{border:0 !important;}
Please, read the following post in the plugin’s blog:
https://cff.dwbooster.com/blog/2020/01/12/form-design
It describes the form components and how to modify their appearance.
Best regards.
Thread Starter
kapdev
(@kapdev)
Thanks! That worked! I have read the form design blog you posted but have found it difficult to find which settings are modifiable in each field. I am now trying to change the color of a box that appears when I hover over the date field and a number field. The box is light yellow, but my text is white so when I hover over the area, the text isn’t visible. Is it possible to change that box to a different color?
Hello @kapdev
The style you are referring to is included by the template you have selected with the form.
To hide the highlight effect, please, enter the style definition below:
.cff-highlight{background:transparent !important;}
Best regards.