Photo captions not showing up w/text element in X-Pro

Hello,

I’m trying to show the captions of individual images in a WP gallery using the Text Box elements and the captions do not display.
Please help me discover how to fix this, or program the desired effect.
Screencast of issue:

URL:
http://cbavalanchecenter.org/

Thanks in advance!

Hello @Rob_Strickland,

Thanks for writing in!

Actually the captions are there. You just cannot see it because it is in white color. Your text has a white color which is why the captions are also in white. If you change the background color of the gallery items or change the color of the text captions, then you will see it.

To get this resolve, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-text .wp-caption, 
.x-text .gallery-item {
    background-color: red;
    color: black;
}

Feel free to change the colors as I used distinct color so you can easily see the changes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.