• I’d like to style all image captions for my site to be left-aligned and 14px. How can I customize this for my site? Thanks!

    Update: I was able to solve myself by adding this to Additional CSS in the theme’s Customize section. Hope it’s helpful for others!

    .wp-block-image figcaption {
    font-size: 14px;
    text-align: left;
    font-style: italic;
    }

    • This topic was modified 9 months, 3 weeks ago by hazelnb.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Style Image Captions’ is closed to new replies.