Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1030887

    How do I change the size of the font in the text description under each image? I want it to be bigger

    Thanks

    #1030953

    Hey marihonaa,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1035618

    Thanks!

    I’d also like the line height smaller. I think it’s double now?

    #1035740

    Hi,

    You can add this as well:

    .wp-caption-text{
    line-height:20px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.