• Resolved Lair

    (@beccabewick)


    Hello

    Is it possible to remove the title from the Gallery thumbnails? I’d like nothing to show. I’m using Tracks theme and tried adding this code to the Custom CSS, but the title is still showing as before:
    .ngg-gallery-thumbnail span {
    display:none!important;
    }

    I tried clearing the cache but still see it.
    Is it possible to remove this text from view altogether?
    http://www.beccabewick.com/?p=126

    Thank you!
    Becca

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @lair – If you want to remove the browser “tool-tip” for the images from showing then you will need to use a custom template to accomplish that.

    You can give this Gist a try as a starting point: https://gist.github.com/Cais/f630abc93a04dc945b45

    Saved in one of the following locations:
    /wp-content/themes/[yourtheme]/nggallery/
    /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/

    Thanks!

    – Cais.

    Thread Starter Lair

    (@beccabewick)

    Thank you for your reply! I’ll give that a try.

    I’m wondering…one other option; is it possible to change the font of the tool-tip? Or would that require a custom template as well.

    Thanks,
    Becca

    Plugin Contributor photocrati

    (@photocrati)

    @lair – The “font” of the tool-tip would most likely be defaulted from your browser. You may be able to use some custom CSS and/or JavaScript to address that item.

    – Cais.

    Thread Starter Lair

    (@beccabewick)

    Ok – Thank you for the help!!

    Becca

    Plugin Contributor photocrati

    (@photocrati)

    @lair – You’re welcome.

    – Cais.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hide title when mousing over Gallery thumbnails’ is closed to new replies.