[ad_1]
I’m struggling to change this caption font colour (currently in grey). I tried not to change it at higher level because that will change the default body font colour and I don’t want that.
​
So what can I do to change just the caption font colour? Do I have to make the change under “Additional CSS”?
https://preview.redd.it/5v6dmczmx2lc1.png?width=352&format=png&auto=webp&s=e90d1d5a8d68780b77c66b8bfeeca46d4e319809
[ad_2]
You can try this css code
/* Change font color of image captions */
.caption {
color: #ff0000; /* Change this to your desired font color */
}