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;
}
							            	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;
}