Why are figure captions not being shown?

Home Forums Gillion Theme Why are figure captions not being shown?

Home Forums Gillion Theme Why are figure captions not being shown?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • AndyTeck
    Participant

    1. Figure captions

    I’ve been struggling with that problem for some months. I thought it would be solved in future  updates, but it hasn’t happens.

    An example: http://aqxdemy.com/diagnostico-y-tratamiento-de-la-obstruccion-intestinal-en-urgencias/

    If I take a look at CSS code they are present, but hidden behind the images.

    .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption

     

     

     

    Solution for this topic

    Hi @AndyTeck,

     

    I hope you are well today and thank you for your question.

     

    You can display it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container figcaption.blocks-gallery-item__caption {
        z-index: 99999;
    }

     

    Best regards,
    Shufflehound team

    AndyTeck
    Participant

    Solved! Thank you

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)