Hi
I’ve been attempting to change the background color of image captions but seem unable to.
I’ve checked out all colors set in Parabola settings & all colrs everywhere else in WordPress but none of them match the color used for the image caption background.
Please! How do I change it?
Parabola’s caption colors are not directly configurable. The selectable caption options use predefined appearances. To tweak them you’ll need to rely on custom CSS:
body #content .wp-caption {
background-color: #123;
color: #456;
}