• Resolved doma2korg

    (@doma2korg)


    Hi Team,

    I’m using the CFF plugin with wordpress.com platform

    Question: If I want to custommise some CSS for the Forms and Fields how can I access

    “wp-content/plugins/cp-calculated-fields-form/css/stylepublic.css”

    and similar pages?

    Thanks

    • This topic was modified 6 years, 1 month ago by doma2korg.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @doma2korg,

    Edit the plugin’s files is not a good idea, because WordPress replace the plugins’ files when install their updates.

    The easiest way would be enter the new style definitions into the “Customize Form Design” attribute, in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    For example, assuming you want to display all label tags in italic:

    
    #fbuilder label{font-style: italic !important;}
    

    If you prefer edit files, my recommendation would be create a child theme, and include the new style definitions into the CSS file of the child theme:

    https://codex.www.ads-software.com/Child_Themes

    Best regards.

    Thread Starter doma2korg

    (@doma2korg)

    Thanks a lot,
    I will try your first suggestion. Child theme seems to be the longer route ??

    Great work with the plugin btw!

    Thanks and best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS forms’ is closed to new replies.