• Resolved l0kl1n

    (@l0kl1n)


    Image captions are not showing up in Arcade Basic when creating a gallery. I have tested this with a totally unmodified theme (to ensure it wasn’t some styling customization) and this is still the case. Captions will show up on the edit page, but when the gallery is viewed, they are not present.

    Captions showing in edit

    Captions not showing on display

    Anyone have any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have to change css, since the caption are display:none in style.css.
    You can add these code and then it works..

    .gallery-item .gallery-caption {
        display: block!important;
        text-align: center;
    }
    Thread Starter l0kl1n

    (@l0kl1n)

    Thank you so much Sprytechies — worked great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Captions In Gallery Not Showing’ is closed to new replies.