Title: CSS
Last modified: August 30, 2016

---

# CSS

 *  Resolved [janolima](https://wordpress.org/support/users/janolima/)
 * (@janolima)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-112/)
 * Hi, I have read a lot here in the forum and in the documentation but I can not
   apply CSS styles when printing a form. I just bought Pro version.
 * Here you have a link: [http://goo.gl/cpCRZ6](http://goo.gl/cpCRZ6)
 * [https://wordpress.org/plugins/print-o-matic/](https://wordpress.org/plugins/print-o-matic/)

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

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-112/#post-6759245)
 * for the pro version, please contact us direct at the channel listed in the purchase
   receipt.
    But since the question you asked applies to the free version as well…
 * What have you tried so far?
    What CSS do you want to apply? How are you trying
   to add the CSS to the printed form? Are you including the theme style on the 
   printed page?
 *  Thread Starter [janolima](https://wordpress.org/support/users/janolima/)
 * (@janolima)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-112/#post-6759270)
 * I am trying to apply theme CSS.
 * I marked “Yes, Use Theme CSS” at the plugin configuration settings.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-112/#post-6759281)
 * ok, so let’s look at just one aspect of your theme’s css LI element list-style:
 * Your theme defines the following:
 *     ```
       .gform_wrapper form li, .gform_wrapper li {
           margin-left: 0!important;
           list-style: none!important;
           overflow: visible;
       }
       ```
   
 * However, you are targeting the element: `#gform_fields_115` which is inside of
   the element with a class of .gform_wrapper….
 * Here are your options:
    1. change your print-me target from #gform_fields_115 to .gform_wrapper
    2. do some more research on how CSS works, or get assistance from someone that 
       does
    3. since you have a pro licence, you are eligible for our next-level pro support.
       simply contact us in the manner described in your purchase receipt and we will
       set this up for you
 * Please let us know if we can be of any further assistance.

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

The topic ‘CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/print-o-matic_b2b2b2.svg)
 * [Print-O-Matic](https://wordpress.org/plugins/print-o-matic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/print-o-matic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/print-o-matic/)
 * [Active Topics](https://wordpress.org/support/plugin/print-o-matic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/print-o-matic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/print-o-matic/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/css-112/#post-6759281)
 * Status: resolved