Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @wiggers,

    Try this CSS code:

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
            font-size: 18px;
    }
    
    .hentry .wp-block-quote.is-style-large, 
    .hentry blockquote {
            font-size: 18px;
    }
    
    .hentry blockquote cite {
            font-size: 14px;
    }
    Thread Starter wiggers

    (@wiggers)

    Thank you. The second two work for the quote blocks, but the first doesn’t appear to affect image captions at all.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS for caption and quote text’ is closed to new replies.