Title: Labels &#8211; CSS error?
Last modified: August 30, 2016

---

# Labels – CSS error?

 *  Resolved [Birthe.Havmoeller](https://wordpress.org/support/users/birthehavmoeller/)
 * (@birthehavmoeller)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/labels-css-error/)
 * Hi!
    I hope that you can help me. The labels of my form are styled as ‘bold’ (
   default) when I look at the form in the PlanSo Form Builder (view) at the backend
   of my website. See this image: [ Screenshot 1](http://image.queertangobook.org/wp-content/uploads/2015/09/Backend_labels_are_bold.jpg)
   But they are not ‘bold’ on the website see: [ Screenshot 2](http://image.queertangobook.org/wp-content/uploads/2015/09/Labels_not_bold.jpg)
   I take it that this is an style sheet error. Is it something which you can tell
   how me correct?
 * See the page with the form which I think does not look as well styled as it should
   [ here ](http://image.queertangobook.org/submit/)
 * / Birthe Havmoeller
 * [https://wordpress.org/plugins/planso-forms/](https://wordpress.org/plugins/planso-forms/)

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

 *  Plugin Author [PlanSo](https://wordpress.org/support/users/planso/)
 * (@planso)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/labels-css-error/#post-6575412)
 * Hi Birthe,
 * this sounds like your labels are styled differently within your theme.
 * In PlanSo Forms Pro you can add the following css code to the custom-css under
   the design tab:
 * `.planso-form-builder label{font-weight:normal!important;}`
 * Without pro you can achieve the same by placing the following code just above
   the PlanSo Forms shortcode:
 *     ```
       <style type="text/css">
       .planso-form-builder label{font-weight:normal!important;}
       </style>
       ```
   
 * Please be sure to insert the above code in “text” mode.
 * Cheers
 *  Thread Starter [Birthe.Havmoeller](https://wordpress.org/support/users/birthehavmoeller/)
 * (@birthehavmoeller)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/labels-css-error/#post-6575431)
 * Dear PlanSo Plugin Author
    Thanks very much. It works: the labels are now bold.
   However, the fields have different border colours – the first field (name) and
   the second field (email) have different border colours on [this page](http://image.queertangobook.org/submit/)
   How do I correct this? Love
 * Birthe
 *  Plugin Author [PlanSo](https://wordpress.org/support/users/planso/)
 * (@planso)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/labels-css-error/#post-6575434)
 * Hi Birthe,
 * please include the following style, too.
 *     ```
       <style type="text/css">
       input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
           padding: 1.5%;
           box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .05);
           background: #FCFCFC;
           border: #EEE 1px solid;
           color: #999;
           font-family: "Droid Sans", sans-serif;
           font-size: 13px;
       }
       input[type="text"]:focus,
       input[type="password"]:focus,
       input[type="email"]:focus,
       input[type="url"]:focus,
       textarea:focus {
       	background:#FFF;
       	border:#ddd 1px solid;
       	color:#333;
       	outline: none;
       }
       </style>
       ```
   
 * Cheers

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

The topic ‘Labels – CSS error?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/planso-forms_198c4a.svg)
 * [PlanSo Forms](https://wordpress.org/plugins/planso-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/planso-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/planso-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/planso-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/planso-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/planso-forms/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [PlanSo](https://wordpress.org/support/users/planso/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/labels-css-error/#post-6575434)
 * Status: resolved