Home Forums Main Forum Theme Suggestion Box No caption with galleries Reply To: No caption with galleries

#22137
Binaya D
Participant

Hi Prisca,

We have added following code to fix this issue:


.gallery-caption {
    color: #000;
    opacity: 1;
    background-color: #fff;
}

Note: You should use the custom css plugin or child theme to write the css.

Thanks