You can hide the zoom buttons and associated text with a bit of CSS added to your child theme’s styles.css or the Appearance ? Customize ? Additional CSS:
/* HIDE ZOOM BUTTONS AND TEXT */
.pdfemb-zoomin,
.pdfemb-zoomout,
.pdfemb-zoom,
.pdfemb-toolbar div:nth-of-type(2) {
display: none; /* may need to add !important */
}
Viewing 1 replies (of 1 total)
The topic ‘Hide zoom buttons’ is closed to new replies.