CSS Code to Remove Comment/Meta Information in Photo Gallery
-
Hi There,
I’ve attempted to remove meta information using the media section of the WP-Admin site, but I didn’t care for how the system handled it. Going this route also didn’t remove the comment box. So, I added CSS code to take care of it.
Now I’m stuck with a little box that reads, “Comment” and gives users the option to “view full size.” I want to hide/remove that and have attempted to do so with the following CSS code:
.jp-carousel-image-meta {
display: none
}It’s not working. Does anyone have a suggestion on how to correct this?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
To quickly update you: I place the following code in the CSS Customizer and now when a user clicks on a photo, nothing displays below it until the user clicks to right or left to see another photo.
Here’s the code I’m using:
.jp-carousel-image-meta {
display: none
}Thanks!
- The topic ‘CSS Code to Remove Comment/Meta Information in Photo Gallery’ is closed to new replies.