CSS code to remove EXIF data from gallery?
-
Does anyone know it? I have a customized React theme and want to omit the EXIF data that wordpress just added to my theme. Thanks.
The blog I need help with is: (visible only to logged in users)
-
The following will get rid of the EXIF and center the other stuff under the image.
.jp-carousel-image-meta { display: none !important; } .jp-carousel-left-column-wrapper { margin-left: auto; margin-right: auto; } -
You are awesome!! That solves a big part of my issue with the new gallery changes. Thanks!
- The topic ‘CSS code to remove EXIF data from gallery?’ is closed to new replies.