Hide FigCaption (image metadata)

Posted in: Newspaper
Post count: 45

Hi,

Sometimes the image bring with strange “caption” (description of the image), like the image.
We could upload 50 news by day, and if we need to edit every image, it will be take a lot of time.
How we can hide this FigCaption with a custom CSS?
Here the attached.

figcaption

Thanks

Post count: 22421

Hello,

You can use this custom CSS code (add it in the theme panel) to hide captions:

.wp-caption-text{
display:none!important;
}

Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.