• Resolved Bouart.nl

    (@bouartnl)


    Dear WordPress Community i am in quiet a pickle.

    I do not want any text under the images in my gallery. But i cant seem to turn it off via plugins nor the css i came across on the internet.

    the following css code helped me hide it while hoovering with the mouse on the tumbinails on the front page:

    .tiled-gallery-caption {
    display: none !important;
    }

    Does anybody have a css suggestion(or any) for my current problem? The website i am talking about is https://www.bouart.nl

    Kind Regards Lennart

Viewing 2 replies - 1 through 2 (of 2 total)
  • In case you mean the caption that still appears in fullscreen mode, you can add this line to hide it.
    .jp-carousel-wrap .jp-carousel-info h2 {display: none !important;}

    Thread Starter Bouart.nl

    (@bouartnl)

    Thank you very much for your help, really awesome!!!:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide my camera info in gallery’ is closed to new replies.