• Resolved dataeurope

    (@dataeurope)


    I am using the template #2 and would liketo change the brown background colour. How can I do that.
    I also would like to the first field to show thousand ” ′” separator.

    The page I need help with: [log in to see the link]

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

    (@codepeople)

    Hello @dataeurope

    The symbols to use as thousands separator must be entered through the attributes:

    * “Thousands Separator” in the settings of currency fields.
    * “Symbol for grouping thousands (Ex: 3,000,000)” in the settings of number fields when the “Number” option is selected in the “Number Format” attribute.
    * “Symbol for grouping thousands (Ex: 3,000,000)
    ” in the settings of calculated fields.

    About the background color, please, enter the style definition below (or similar), through the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png):

    
    .cp_cff_professional{background:#b58d44 !important;}
    

    Best regards.

    Thread Starter dataeurope

    (@dataeurope)

    Thanks so much. worked perfectly.
    If I wanted to change the input field colour and tinput text colour would it be similiar?

    Plugin Author codepeople

    (@codepeople)

    Hello @dataeurope

    The style to enter in this case would be similar to:

    
    #fbuilder input[type="text"],
    #fbuilder input[type="number"]{background: #00FF00 !important;}
    

    Of course, with the color code you want.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘background colour’ is closed to new replies.