Title: Hide Toolbar
Last modified: February 28, 2019

---

# Hide Toolbar

 *  Resolved [sdemoss](https://wordpress.org/support/users/sdemoss/)
 * (@sdemoss)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-toolbar/)
 * Is it possible to hide the toolbar? I don’t need it for some of my pdfs and I
   think it would look cleaner on the page without it. Thanks!

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

 *  [PDFG Support](https://wordpress.org/support/users/wppdfsupport/)
 * (@wppdfsupport)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-toolbar/#post-11263723)
 * Hi sdemoss,
 * For best results, set the toolbar default position to the bottom and visible 
   on hover, otherwise you will have a band of space where the toolbar should appear.
   You can then hide the toolbar with the following CSS:
 *     ```
       .pdfemb-toolbar {
           display: none !important;
       }
       ```
   
 * It should be noted that this will hide the toolbars for all embedded PDFs, so
   you should wrap the PDFs you want to embed without the toolbar in a div (i.e.`
   <div class="notoolbar">`, and then apply the rule to those elements.
 * I do want to mention that the [Premium](https://wp-pdf.com/premium/) and Secure
   versions support additional [shortcode attributes](https://wp-pdf.com/premium-instructions/shortcodes/)
   such as **toolbar=”none”** which will hide the toolbar on specific PDFs without
   having to mess with CSS code.
 * If you have any other questions, please do not hesitate to send us an email to
   [contact@wp-pdf.com](https://wordpress.org/support/topic/hide-toolbar/contact@wp-pdf.com?output_format=md)
   as we may not see the forum posts in a timely fashion.
 * Emma
 *  Thread Starter [sdemoss](https://wordpress.org/support/users/sdemoss/)
 * (@sdemoss)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/hide-toolbar/#post-11265388)
 * Thanks!!

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

The topic ‘Hide Toolbar’ is closed to new replies.

 * ![](https://ps.w.org/pdf-embedder/assets/icon.svg?rev=3227003)
 * [PDF Embedder](https://wordpress.org/plugins/pdf-embedder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pdf-embedder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pdf-embedder/)
 * [Active Topics](https://wordpress.org/support/plugin/pdf-embedder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pdf-embedder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pdf-embedder/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sdemoss](https://wordpress.org/support/users/sdemoss/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/hide-toolbar/#post-11265388)
 * Status: resolved