• Resolved machiperez

    (@machiperez)


    Hello! I wonder if there is any way to disable the video icon that appears in the upper left corner in thumbnails.

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author GalleryCreator

    (@gallerycreator)

    Hello, using a custom CSS can help you.
    Link to page with gallery?

    Hi! Great plugin. I too, am looking to do this. My site is currently under construction so it’s password protected, but do you have a suggested custom CSS to remove the thumbnails on the gallery view? Seems like maybe it’s an SVG logo, but I didn’t want to alter the base code to remove the icons.

    Sorry to muddy the water, but I was also wondering if there’s a way to put the Thumbnail captions below the thumbnails?

    Thank you!

    Thread Starter machiperez

    (@machiperez)

    This is the page, still under construction but you can see the gallery.

    https://performancesdeencierro.com/

    Thanks!

    Plugin Author GalleryCreator

    (@gallerycreator)

    Try add this CSS:

    .pgcsimplygalleryblock-grid-item-inner .pgcsimplygalleryblock-grid-item-badge {
        display: none;
    }

    To Block Custom CSS panel.

    Thread Starter machiperez

    (@machiperez)

    It works fine!
    Thank you very much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide video icon on thumbnails’ is closed to new replies.