• Resolved goviral

    (@goviral)


    How can I remove the download and print buttons? I tried using some CSS but it didn’t work.

     * .toolbar button#download { display: none !important; } 
    .toolbar button#print { display: none !important; }
    
    #secondaryDownload, #secondaryPrint, #toolbarViewerRight #print, #toolbarViewerRight #download {
        display: none!important;
    }
    
    #secondaryPresentationMode, #toolbarViewerRight #presentationMode {
        display: none!important;
    }
    

    Also tried:

    toolbar=0[/embedpress_pdf]

    but, while this worked, in mobile, it only showed a button to download the PDF. The PDF is not visible.

    This is for a PDF product/music score that is shown with a water mark but we don’t want people to be able to print or download them before purchase.

    Can this be done?

Viewing 1 replies (of 1 total)
  • Plugin Support Amit Paul

    (@paulamit)

    Hi @goviral,

    Greetings. I have reviewed your query. Actually, the feature you’re talking about is under our Premium feature. And we can’t able to discuss this here. However, I suggest kindly contact here to get help regarding this topic.

    Thank you for your understanding & patience!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove print and download buttons?’ is closed to new replies.