Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter malaruban

    (@malaruban)

    I got it.

    OK that’s great – thanks for letting us know. It should be possible to hide the toolbar using CSS code. (Or in the Premium version there is an easy setting for ‘no toolbar’.)

    Thanks,

    Dan

    Thread Starter malaruban

    (@malaruban)

    Sorry, It is not hiding ,
    I used CSS code:
    div.pdfemb-toolbar-fixed {
    display: none;
    }
    div.pdfemb-toolbar-bottom {

    display: none;
    }

    Those CSS code It’s not hiding. But I would like to remove toolbar. How can i do that . please help me.

    You should be able to add toolbar=”none” to the shortcode to make the toolbar disappear anyway.

    Using CSS, maybe set the toolbar to be fixed (not just appearing on hover) and try something like:

    div.pdfemb-toolbar-fixed, div.pdfemb-toolbar {
    display: none !important;
    }

    Please send me a link to your page by email if you’d like me to see why it’s not working – [email protected].

    I may not pick up any further replies on this forum thread though.

    Thanks,

    Dan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove toolbar’ is closed to new replies.