Site logo

Archived topic

Captions under images are too small.

1 reply · Started by Steve on November 22, 2019

Viewing posts 1–2 of 2

Sorry, but I am not tech-savvy at all. The captions under my blog post images are too small - much smaller than the body text of my posts. Please tell me how to increase the size.

Hi there,

go to Customizer > Additional CSS and paste in this code:

.wp-caption .wp-caption-text {
    font-size: 17px !important;
}

change the 17 to the size you require.

This archived topic is closed to new replies.