how to change the display of post image captions

Posted in: Newsmag
Post count: 13

Hello,
I use the Newsmag theme on my website, I want to change the appearance of the post image caption, but I did not find the CSS code.

Please help with the CSS code. My website at http://www.rudiberbagi.com
And here is a screenshot of the image caption I want to change : http://prntscr.com/nb2t4a

thank you

Regards

Rudi Hadi

Post count: 23312

Hi,

If you want to affect this section from such custom CSS code you need to change the following values from the below code:

.wp-block-image figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px;
}

After this, you need to add this code in Custom CSS code from your Theme panel and Save it.

Hope this helps!

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.