Remove the “Details” button in Projects
The details button reveals the EXIF details for the uploaded images. These are automatically extracted from each image you upload.
If you don’t want for your visitors to find those details, all you have to do is hide the details button.
The first step is to copy the CSS code blow:
/* Remove Details Option On Projects*/
button.show-details.caption.js-details {
display: none;
}
Next, insert it in Appearance → Customize → Additional CSS and click the Publish button.
That’s it.
Updated on January 6, 2022