Site logo

Archived topic

background for photos and their captions

5 replies · Started by Laura Stella on December 31, 2020

Viewing posts 1–6 of 6

Is there a way to keep a photo caption from getting visually confused with regular text? Is there a way to put a background that ties the caption to its photo without adding css or php, which I am too scared to do? I'm an amateur. Thanks everyone.
And have a great new year!! (Holy Moly, let's hope, huh?!)

Hi there,

Any chance you can link us to the site in question?

You can use the private information field.

Let me know :)

Link sent in private information box

Hi Lauran,

Unfortunately the theme doesn't have control for the image caption color.

But with css it's can be done easily, here is it if you would like to try :)

figcaption {
    background: white; /*change to whatever color you think look good */
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

This archived topic is closed to new replies.