• Can’t edit default form settings (like colors, font color as title) even using custom css with theme

    The plugin configuration panel looks bad, sorry.

    • This topic was modified 4 months, 2 weeks ago by dominiks8318.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @dominiks8318

    I’m sorry that our plugin doesn’t meet your expectations, but there’s no need to be offensive.

    The plugin includes different alternatives to customize the form and fields appearance. Each field includes the “Advanced Settings” in tab in its settings that allow you to enter the CSS rules to apply the fields components (label, input tags, instructions for users, and others). For example, if you want to make a field’s label blue, you should select the field in the form, activate the “Advanced Settings” tab, and enter the CSS rule “color” with value “blue”:

    https://resources.developers4web.com/cff/tmp/2024/06/07/brave_L2UkaPR7yL.png

    Additionally, the plugin includes the “Customize Form Design” attribute in the “Form Settings” tab. It is a CSS editor with syntax highlighting and error checking and allows you to customize the design of multiple fields at once, or as you want, the color of the form title. Please click on the “Form Settings” tab, and enter the following style definition in the “Customize Form Design” attribute:

    #fbuilder .cff-form-title{color: blue !important;}

    Or if you want to modify all fields labels at once:

    #fbuilder .fields>label{color: blue !important;}

    Note I used the !important; modifier with the CSS rules to increase their precedence and avoid other CSS rules on the page affecting your custom styles.

    Learn more about customizing the form design by reading the following blog post:

    https://cff.dwbooster.com/blog/2020/01/12/form-design

    Best regards.

    • This reply was modified 4 months, 2 weeks ago by codepeople.
    Thread Starter dominiks8318

    (@dominiks8318)

    ok, sorry, I used some bad words, but the panel really looks bad. I suggest to update the look panel.

    Editing these color values should be placed in the panel itself. I changed the rating because there is no such tragedy, best regards and I’m waiting for further updates of the plugin.

    Plugin Author codepeople

    (@codepeople)

    Hello @dominiks8318

    Thank you very much. Yes, the plugin is in constant evolution. We will include an “Advanced” tab in the form settings, as in the field’s settings, to customize the appearance of the form title, description, and other general elements.

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hello @dominiks8318

    We have launched a plugin update that incorporates the “Advanced Settings” tab into the “Form Settings,” as per your suggestion (thank you for that), to simplify the form design customization process for users.

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this review.