Turn off comments field in an Image Gallery?
-
I cannot find out how to turn off/eliminate the comments field below each image in an Image Gallery.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
There’s no way to turn comments off in the gallery. But you can hide the form using custom CSS:
.jp-carousel-wrap #jp-carousel-comment-form-container { display: none !important; }Add this entire code to the CSS pane in your Customizer. Let me know if I can help further.
- The topic ‘Turn off comments field in an Image Gallery?’ is closed to new replies.