• I need the image captions to be white. I have found 10-40 other posts with this problem and they all suggest to add the following code

    `.wp-block-image figcaption {
    color: #000000;
    }’

    However that has NO effect on the image captions. I added it in the overall Customizing Additional CSS. If I place it inside the HTML section with the gallery it just places the fig code into the actual, visible caption.

    Not really sure why there isn’t a quick way to change text color, but any help is highly appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I opened an issue for this a long time ago, and it’s still not fixed. The core styles are more specific than the theme styles, so that is what wins.
    The CSS you listed would be for black text though. You can use the word white or #FFFFFF.

Viewing 1 replies (of 1 total)
  • The topic ‘Figcaption Color Issue’ is closed to new replies.