Support » Plugin: Gallery Plugin for WordPress - Envira Photo Gallery » Change or remove "Next" and "Previous" text from photo hover-over

Viewing 7 replies - 1 through 7 (of 7 total)
  • Tim Carr

    (@n7studios)

    To remove Next / Previous from the lightbox, use the following CSS:
    .envirabox-nav:hover span { visibility: hidden !important; }

    To change the image used:
    1. Make a copy of images/envirabox_sprite.png, and amend the image(s) as necessary
    2. Use the following CSS:
    #envirabox-loading, .envirabox-close, .envirabox-prev span, .envirabox-next span { background-image: url(url/to/your/image) !important; }

    Any image or CSS changes should be made outside of the plugin, otherwise they’ll be overwritten on a plugin update.

    Thanks.

    Thread Starter foodergolove

    (@foodergolove)

    Thank you!

    Thread Starter foodergolove

    (@foodergolove)

    Hi,

    I added

    .envirabox-nav:hover span { visibility: hidden !important; }

    to my CSS, but it did not seem to work. Any ideas? Thank you.

    Thread Starter foodergolove

    (@foodergolove)

    Ok what happened is that now, the words “Next” and “Previous” are still there, but the black circle/arrows (which I did not mind) are gone. Any advice? Thanks.

    Adding the supplied CSS will remove the previous / next arrows, as I said in my first reply.

    There is no “Previous” or “Next” text that is displayed on the lightbox view.

    If you’ve a working URL and exact steps I can take to reproduce your issue, feel free to reopen this support thread and I’ll reinvestigate.

    Thanks,

    Tim.

    Thread Starter foodergolove

    (@foodergolove)

    Ok thank you very much. Here is a url: http://www.millerfoodguide.com/%E5%95%8A%E7%A3%8A%E5%86%9C%E5%AE%B6%E5%9B%AD-a-lei-nong-jia-yuan/

    If I click on any of the thumbnails, then hover my cursor over the left or right side of the full image, the word “previous” or “next” appears, depening on which side of the image I am hovering over. Does that happen to you?

    It does.

    My response to your other support thread resolves:
    https://wordpress.org/support/topic/having-trouble-removing-previous-and-next-hovers

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change or remove "Next" and "Previous" text from photo hover-over’ is closed to new replies.