Again referring to WP's recent changes to the galleries...
Is there CSS code to remove the comment box (and remove the "comments are closed" text) after each image in my galleries?
Thank you.
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
Again referring to WP's recent changes to the galleries...
Is there CSS code to remove the comment box (and remove the "comments are closed" text) after each image in my galleries?
Thank you.
The blog I need help with is sourcinghandmade.com.
I've tagged this thread to have it moved to the CSS Customization forum where you should be able to get some Staff assistance.
I found that you were able to hide the comment form by adding this to your Appearance → Custom Design → CSS editor:
#jp-carousel-comment-form {
display:none;
}
Please post back with a link to a specific carousel slide if you need further help.
This topic has been closed to new replies.