Archived topic
Image Caption Font Colours
5 replies · Started by Simon on June 7, 2021
Hey,
Just noticed the font colours for image captions are different to body text colours.

Tried fixing it using this code I found on another thread but it only changes the font size:
.wp-block-image figcaption {
font-size: 13px;
color: #00002b;
}
Is there any way just to have image caption text the same colour as body text?
Many thanks
Simon
Hi Simon,
Is there a specific page I should be looking at?
I don't see a image/caption on the home page.
Let me know :)
Apologies, yeah any image with a caption. Usally blog posts like this one
Hi Simon,
Try this CSS instead:
.wp-block-image figcaption a {
font-size: 13px;
color: #00002b;
}
Let me know :)
That's great thank you. I just realised I had a 0.75 opacity code in there for some reason :)
You are welcome!
But I didn't see the opacity CSS for the caption...