Okay
  Public Ticket #1009798
Hiding Lightbox title
Closed

Comments

  •  2
    estulin started the conversation

    Just wanted to check if what I'm doing is correct.

    Q1: I want to hide the title in Lightbox. I've changed the css for the following. Is this correct or does this option exist in the Theme Options setting?

    .lg-sub-html h4 {
        display: none;
    }
    

    Q2: I want to hide the Thumbnails icon just for Mobile and added the following css to the XS- Extra Small Screen.

    .lg-outer .lg-toogle-thumb {
        display: none;
    }
    

    Is this all correct. Seems to be working but wanted to double check.

    Thanks

    Ari

  • [deleted] replied

    Hi Ari,

    I think that this is correct if that is working for you too then we don't have to double check it.

    Will set this ticket as solved from here.