Title: Hide the toolbar
Last modified: August 30, 2016

---

# Hide the toolbar

 *  Resolved [diogobento](https://wordpress.org/support/users/diogobento/)
 * (@diogobento)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/hide-the-toolbar/)
 * Hello Dan,
 * I’ve been trying to hide the toolbar but I can’t manipulated the proper div with
   javascript. I can hide the viewer container, for example, but the same javascript
   doesn’t work with the toolbar. Any known reason why this is happening?
 * I’m trying to add a “hidden” class, but it doesn’t apply…
 * I want to hide the word “Page” and the Zoom div altogether but have failed so
   far.
 * Thanks for the support,
    Diogo.
 * [https://wordpress.org/plugins/pdf-embedder/](https://wordpress.org/plugins/pdf-embedder/)

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

 *  [danlester](https://wordpress.org/support/users/danlester/)
 * (@danlester)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/hide-the-toolbar/#post-6423795)
 * I would suggest using CSS not Javascript to hide these things where possible –
   it will be difficult to know when your Javascript functions should be called.
 * This CSS might hide the Zoom div:
 * div.pdfemb-toolbar div:nth-child(2) {
    display: none !important; }
 * Removing the word “Page” might be a bit harder using CSS…
 * Good luck – I’m sure you appreciate I can only really make suggestions here, 
   but can’t fully support modified versions of the plugin.
 * By the way, I am also better able to respond to emails! [contact@wp-pdf.com](https://wordpress.org/support/topic/hide-the-toolbar/contact@wp-pdf.com?output_format=md)
 * Regards,
 * Dan
 *  Thread Starter [diogobento](https://wordpress.org/support/users/diogobento/)
 * (@diogobento)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/hide-the-toolbar/#post-6423796)
 * Thank you very much for your comments Dan.
 * I used CSS whenever possible, but had to edit the plugin to remove the word “
   Page” and some other stuff.
 * Best regards,
    Diogo.

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

The topic ‘Hide the 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: [diogobento](https://wordpress.org/support/users/diogobento/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/hide-the-toolbar/#post-6423796)
 * Status: resolved