Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tfadmin

    (@tfadmin)

    somebody plz?

    Thread Starter tfadmin

    (@tfadmin)

    In the plugin’s css file lightbox-gallery.css I changed the following
    #lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
    }

    to

    #lightbox-image-details-currentNumber {
    display: none;
    clear: left;
    padding-bottom: 1.0em;
    }

    but it still displays image x of y

    I fixed the same problem. In “lightbox-gallery.css”, just delete (or quote with / /) this line.

    #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

    Try it!

    Perfect Thank you!

    I found it in Theme folder, minimatica/styles/colourbox.css and just added /before and after that pieces of code : #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

    No more numbers 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove image count display in photo galleries’ is closed to new replies.