How do I change the size of the font in the text description under each image? I want it to be bigger
Thanks
Hey marihonaa,
Add this to quick css:
.wp-caption-text{
font-size:20px!important;
}
Best regards,
Jordan Shannon
Thanks!
I’d also like the line height smaller. I think it’s double now?
Hi,
You can add this as well:
.wp-caption-text{
line-height:20px!important;
}
Best regards,
Jordan Shannon