How to customise post image's caption font and colour

Posted in: Newspaper
Post count: 3

Hi, I am having a problem figuring out where to change images that are in the post caption font and colour. Some help would be great. Thanks.

Post count: 35449

Hi,

If you are referring to images from the posts and you want to change the Caption text-> https://www.screencast.com/t/deLgcK9sAN3t -> https://www.screencast.com/t/JUhRc0F0aj

in order to change the font for caption please go in Newspaper>Theme panel>Theme fonts> Post element -> https://www.screencast.com/t/cTXwj6OPVlZo
Unfortunately for caption color you need to use a custom css
.wp-caption-text, .wp-caption-dd {
color: red;
}

You can change the color if you want.
-> https://www.screencast.com/t/53tVRJVV4
Please set the above custom css in Newspaper>Theme panel>Custom code>Custom css

Thank you.

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