Before you ask please READ THIS

Lightbox Title Removal

How do I remove the title from the lightbox Images when it is accessed from the masonry grid gallery in WPBakery? I just don't see an option to turn it on and off like in the album section of the theme.

Thank you.

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    There is no option to do it. You can change the code of the plugin, but you will have to do it with each update, so it is rather pointless.

    Another option is to hide titles in lightbox always using custom CSS.

    With kind regards.
  • Hi. Thank you for your response. What is the CSS code to hide the titles in the lightbox always? BTW - I just uploaded the purchase code.
  • AirAir
    Posts: 10,970
    This CSS should do it:
    .lg-sub-html{
        display: none!important;
    }
    With kind regards.
  • Worked perfectly.
    Thanks so much for your time!!!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!