Home › Forums › Main Forum › Theme Suggestion Box › No caption with galleries › Reply To: No caption with galleries
November 24, 2015 at 9:24 am
#22137
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