How do I change the image caption color in a gallery?
-
How do I change the image caption color in a gallery? I have a custom background on my website and the default color is a light gray which does not work with my custom color palette. I need to change the caption for the images in my gallery. I have multiple pages with galleries.
The blog I need help with is: (visible only to logged in users)
-
Hello,
As far as I know this cannot be done without the Custom Design plugin (specifically the Custom CSS portion of it.) With the custom css upgrade you can style the captions however you like. For example to get red text on black you might use something like this
.wp-caption-text.gallery-caption { color: #f55; background-color: #000; }This may take some tweaking and changing to fit your selected theme and design, and you might want to be (or grab) someone who’s good with CSS to get it how you like.
- The topic ‘How do I change the image caption color in a gallery?’ is closed to new replies.