Hiding the PDF Save button in file block
-
I’m using the File Block to embed a PDF within a page. It works great!
I’d LIKE to be able to hide the Save button on the PDF toolbar.
I can identify the CSS selector I need to set to “display: none” — Getting as specific as I can, the selector would be:
#toolbar > div > div > div > div.c0155.c0158 > div > div > div.c0138 > div.c0134 > div:nth-child(2)
But anything I put into the site’s custom CSS bounces off the file block’s magic WordPress forcefields. The block is getting its CSS from somewhere else, and I’m not sure how to force my tweaked CSS into it.
- This topic was modified 2 years, 8 months ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hiding the PDF Save button in file block’ is closed to new replies.