Title: Custom CSS forms
Last modified: October 14, 2018

---

# Custom CSS forms

 *  Resolved [doma2korg](https://wordpress.org/support/users/doma2korg/)
 * (@doma2korg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-css-forms/)
 * 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 7 years, 5 months ago by [doma2korg](https://wordpress.org/support/users/doma2korg/).

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-css-forms/#post-10778722)
 * Hello [@doma2korg](https://wordpress.org/support/users/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](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.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 * Best regards.
 *  Thread Starter [doma2korg](https://wordpress.org/support/users/doma2korg/)
 * (@doma2korg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-css-forms/#post-10778795)
 * 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.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom forms](https://wordpress.org/support/topic-tag/custom-forms/)

 * 2 replies
 * 2 participants
 * Last reply from: [doma2korg](https://wordpress.org/support/users/doma2korg/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/custom-css-forms/#post-10778795)
 * Status: resolved