Title: Loading indicator printing on form
Last modified: September 1, 2016

---

# Loading indicator printing on form

 *  Resolved [mgerney](https://wordpress.org/support/users/mgerney/)
 * (@mgerney)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/)
 * When printing a form, the spinning loading indicator never goes away and actually
   prints on the form. It is only on the Contact7 form – other pages load and print
   fine.
 * [https://wordpress.org/plugins/print-o-matic/](https://wordpress.org/plugins/print-o-matic/)

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

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/#post-7530910)
 * link please.
 *  Thread Starter [mgerney](https://wordpress.org/support/users/mgerney/)
 * (@mgerney)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/#post-7530950)
 * [
    Thanks for the quick reply
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/#post-7531029)
 * add the following css under Dashboard > Settings > Print-O-Matic > Custom CSS:
 *     ```
       .fusion-slider-loading{
            display: none;
       }
       ```
   
 *  Thread Starter [mgerney](https://wordpress.org/support/users/mgerney/)
 * (@mgerney)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/#post-7531063)
 * That fixed it – thanks so much!
 *  Thread Starter [mgerney](https://wordpress.org/support/users/mgerney/)
 * (@mgerney)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/#post-7531064)
 * I have one more question – which may not be within your plugin, but the borders
   around the boxes on the form are printing very, very lightly. Is there css code
   I can target specifically to darken the borders when they print? They are fine
   on the screen. Thanks.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/#post-7531070)
 * The css being used on your print page is coming from your theme. The specific
   definition that is controlling the input field borders is:
 *     ```
       input {
           border-width: 2px;
       }
       ```
   
 * You can override this using the Custom Print Page CSS section under:
    Dashboard
   > Settings > Print-O-Maitc.
 * For example:
 *     ```
       input {
           border-width: 4px !important;
       }
       ```
   
 * issue marked as resolved.
 *  Thread Starter [mgerney](https://wordpress.org/support/users/mgerney/)
 * (@mgerney)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/#post-7531072)
 * Thanks so much
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/#post-7531074)
 * if you are happy with the plugin, or it’s support, please [consider leaving a review](https://wordpress.org/support/view/plugin-reviews/print-o-matic).

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

The topic ‘Loading indicator printing on form’ 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/)

 * 8 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/loading-indicator-printing-on-form/#post-7531074)
 * Status: resolved