Figcaption color and style settings don‘t work
-
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?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Figcaption color and style settings don‘t work’ is closed to new replies.