• Resolved zukenstein

    (@zukenstein)


    Hi Probably a simple one, but cant get it to work, how can I change the color of the font within a field please?

    Thanks love this plugin

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter zukenstein

    (@zukenstein)

    Don’t worry sorted

    Plugin Author codepeople

    (@codepeople)

    Hello @zukenstein

    Thank you very much for letting me know you have found the solution. However, I recommend you to read the following post in the plugin’s blog:

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

    Best regards.

    Thread Starter zukenstein

    (@zukenstein)

    Thanks for that, explains a lot. One thing I don’t seem to be able to do is change the border color on a fieldset, I put

    #fbuilder .cff-container-field {border-color:black !important;}

    in the custom css rules and cff-container-field in the Css Layout Keywords box but it does nothing, could you help with that please?

    Thanks

    Plugin Author codepeople

    (@codepeople)

    Hello @zukenstein

    A field includes multiple components, the label, input tags, instructions for users, etc. In the case of fieldset fields, the fieldset tag, legend, etc.

    If you want to change the border color of a fieldset field, the correct would be:

    
    #fbuilder .cff-container-field fieldset{border-color:black !important;}
    

    Best regards.

    Thread Starter zukenstein

    (@zukenstein)

    Thank you!

    I am so impressed with the support and help you provide for this plugin, it is definitely the best I have found. A reply in 4 minutes, WOW.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Field font color’ is closed to new replies.