Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
- lucasParticipant
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;
} - AuthorPosts
Viewing 1 post (of 1 total)