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 sourcinghandmade.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 sourcinghandmade.com.
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!
This topic has been closed to new replies.