Reduce font size of Image Caption in Wordpress
I needed to reduce the font size of the image captions on Wordpress.
There was no possibility to change the setting in the theme customization.
I solved with a custom CSS:
.wp-block-image figcaption {
font-size: 16px;
}
Working on my theme (Vantage by Siteorigin).
Link helped me: https://wordpress.org/support/topic/image-caption-font-size-2/
Commenti
Posta un commento