Title: Remove borders for HTML fields
Last modified: April 20, 2020

---

# Remove borders for HTML fields

 *  Resolved [grubisa13](https://wordpress.org/support/users/grubisa13/)
 * (@grubisa13)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-borders-for-html-fields/)
 * Hi,
    Is there a way to hide the border on HTML fields inside PDF? Like a CSS 
   class that I can put in a template? I turned on the setting “Show HTML Fields”,
   and they are in PDF but with grey border. Can you help me with that? Thank you

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jake Jackson](https://wordpress.org/support/users/blue-liquid-designs/)
 * (@blue-liquid-designs)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-borders-for-html-fields/#post-12710967)
 * Hi there,
 * You’ll need to add a bit of CSS to the template you are using to achieve this:
 *     ```
       div .gfpdf-html .value {
          border: none;
       }
       ```
   
 * You can find out more information about working with custom templates for Gravity
   PDF in our documentation: [https://gravitypdf.com/documentation/v5/developer-start-customising/](https://gravitypdf.com/documentation/v5/developer-start-customising/)

Viewing 1 replies (of 1 total)

The topic ‘Remove borders for HTML fields’ is closed to new replies.

 * ![](https://ps.w.org/gravity-forms-pdf-extended/assets/icon-256x256.png?rev=3168987)
 * [Gravity PDF](https://wordpress.org/plugins/gravity-forms-pdf-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-pdf-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-pdf-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-pdf-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-pdf-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-pdf-extended/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jake Jackson](https://wordpress.org/support/users/blue-liquid-designs/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/remove-borders-for-html-fields/#post-12710967)
 * Status: resolved