Title: CSS for all calculated fields
Last modified: August 21, 2016

---

# CSS for all calculated fields

 *  Resolved [rickhultz](https://wordpress.org/support/users/rickhultz/)
 * (@rickhultz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/css-for-all-calculated-fields/)
 * I’ve put a CSS keyword “calcf” in my calculated field’s Keywords and coded my
   CSS in the proper CSS file as such:
 * #fbuilder .fields.calcf {background:#aaa;}
 * This is changing the surrounding area of the entire field. However, I want the
   background of the input box changed. How do I change the background of the calculated
   field input box?
 * Also, I have multiple keywords in the Keyword area separated by spaces. Is this
   correct?
 * [https://wordpress.org/plugins/calculated-fields-form/](https://wordpress.org/plugins/calculated-fields-form/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [rickhultz](https://wordpress.org/support/users/rickhultz/)
 * (@rickhultz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/css-for-all-calculated-fields/#post-4907886)
 * I got the CSS correct:
 * #fbuilder .fields.calcf input[type=’text’] {background:#DEFFCE;}
 * Works fine now. Also I’m separating Keywords with spaces. Please let me know 
   if otherwise.

Viewing 1 replies (of 1 total)

The topic ‘CSS for all calculated fields’ 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/)

 * 1 reply
 * 1 participant
 * Last reply from: [rickhultz](https://wordpress.org/support/users/rickhultz/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/css-for-all-calculated-fields/#post-4907886)
 * Status: resolved