Site logo

Archived topic

Image Caption Font Size and Blo

2 replies · Started by johnzoro on February 16, 2021

Viewing posts 1–3 of 3

hey guys,

i've tried adding this css to the additional css section within gpp to change the font size of the captions and make them bolder, but it doesn't work.

Help?

`.wp-block-image figcaption {
font-size: 30px;
font-weight: 900;
}

oh i see. this is only if you use block editor like gutenburg

i got it working using this code instead

.wp-caption .wp-caption-text {
font-size: 21px;
	font-weight: bold;
}

Glad to hear you found the solution :)

This archived topic is closed to new replies.