Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Image caption size #24897
    lucas
    Participant

    Thanks for your reply. I have now resolved this. To change the style of the caption text under images in posts I had to edit the class “.wp-block-image figcaption”

    .wp-block-image figcaption{
    font-size: 13px;
    font-family: “poppins”,sans-serif;
    text-transform: uppercase;
    color: #808080 !important;
    line-height: 1.2
    padding-bottom: 5;
    }

Viewing 1 post (of 1 total)