• Resolved kapdev

    (@kapdev)


    Hello!

    Is there a way to remove the dotted line in the section break?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    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?

    Plugin Author codepeople

    (@codepeople)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Delete line in section break’ is closed to new replies.