[ad_1]
I‘d like to change the color of the caption text under pictures and have added the following CSS
/* Italic Captions */
.wp-block-embed figcaption {
color: red;
font-size: 0.8em;
font-style: italic;
}
The smaller font size is reflected correctly in the caption text under the pictures.
However the color and the style are not changed/updated.
Any ideas what went wrong?
