Size of Caption
- The topic ‘Size of Caption’ is closed to new replies.
Need help? Check out our Support site, then
Hello again,
I’m wondering if there’s a way to change the size of photos’ caption.
Thank you!
The blog I need help with is: (visible only to logged in users)
Hi again,
You can use this short CSS snippet to change the font size of image captions:
.wp-block-image figcaption {
font-size: 15px;
}
Cheers,
Thomas