Title: Remove Labels &amp; Input CSS
Last modified: May 9, 2020

---

# Remove Labels & Input CSS

 *  Resolved [oblahyo](https://wordpress.org/support/users/oblahyo/)
 * (@oblahyo)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-labels-input-css/)
 * Hi there, could you please share the code for removing labels (but keep placeholders)
 * and the CSS code to change the styling of input fields (name email website etc)
 * Thanks

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

 *  Thread Starter [oblahyo](https://wordpress.org/support/users/oblahyo/)
 * (@oblahyo)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-labels-input-css/#post-12806713)
 * and how to remove “1 entry”
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-labels-input-css/#post-12814019)
 * Is this what you need?
 *     ```
       .gwolle-gb div.label {
           display: none;
       }
       ```
   
 * And how would you want the input fields styled?
    This plugin has as little CSS
   as possible, input fields should be styled by the theme. You could start with
   this:
 *     ```
       .gwolle-gb div.input input {
           border: solid 1px #0000ee; // I think blue
           border-radius: 2px;
       }
       ```
   
 * The total list can be removed like this:
 *     ```
       div#gwolle-gb-total,
       div.gwolle-gb-total {
           display: none;
       }
       ```
   
    -  This reply was modified 5 years, 11 months ago by [Marcel Pol](https://wordpress.org/support/users/mpol/).
 *  Thread Starter [oblahyo](https://wordpress.org/support/users/oblahyo/)
 * (@oblahyo)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-labels-input-css/#post-12814199)
 * Perfect! All worked. Thanks so much.

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

The topic ‘Remove Labels & Input CSS’ is closed to new replies.

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [oblahyo](https://wordpress.org/support/users/oblahyo/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/remove-labels-input-css/#post-12814199)
 * Status: resolved