Image Blurb Font Size

Hi,

Is there way to adjust the size of the font, or type of font in the image blurb? So it can look different from the actual blog content? If it can be changed site-wide, that would be great.

Thanks,
Patty

hey there

Sorry, but can you tell me where exactly you want to change font style? what do you mean in “the image blurb?”

See attached screencap.

Notice the font size and font style used in the image blurb and the blog content look relatively the same. It’s hard to differentiate.

Good morning

Ok, got it :slight_smile: this is the image caption text

so, this is a default image caption text style CSS code:

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

all you need now is to change default values in this code and add it in appearance > customize > additional css

Thank you!

Thank you too :slight_smile:

Let us know if you need anything else