If you want to hide the print pdf, word, print icons on pages for example you can use this custom CSS:

body.page .wordpress-print-posts {
display: none;
}

Leave a Reply

Your email address will not be published. Required fields are marked *