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 and Secure versions support additional shortcode attributes 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 as we may not see the forum posts in a timely fashion.
Emma