Reply To: Caption below image

Home Forums Support Caption below image Reply To: Caption below image

Home Forums Support Caption below image Reply To: Caption below image

#168422
Tom
Lead Developer
Lead Developer

Ah, you need to make the color black:

.wp-caption .wp-caption-text {
    background: transparent;
    padding: 10px 0;
    position: relative;
    color: #000;
}