Support » Plugin: Lightbox - EverlightBox Gallery » Remove navigation icons on mobile

  • Resolved blgerber

    (@blgerber)


    Hi, I am trying to find away to remove navigation icons on mobile. Everything works great and the gesture controls are awesome, but the icons get in the way of viewing the photos so I would like to remove them. On PC they are fine and don’t obstruct view, I could take them or leave them.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @blgerber,

    To remove them from mobile please add this code in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 600px) { #everlightbox-prev, #everlightbox-next {
    	display: none;
    } }

    All the best,
    Mihaela

    Thread Starter blgerber

    (@blgerber)

    Thank you, this is absolutely perfect! I love this community, whenever I run into something that I don’t know what’s going on there is always someone ready to help.

    Thread Starter blgerber

    (@blgerber)

    There is still a kind of translucent gradient along either side of the photos (probably a remnant of the navigation arrows), is there any way to remove that too so nothing obstructs the photo? It’s not too big of an issue, but would be nice if its possible.

    Thanks!

    Thread Starter blgerber

    (@blgerber)

    Ok seems to be fixed now 🙂

    You’re most welcome, @blgerber!
    That gradient you mentioned is gone as well?
    If not and you still want it removed could you please send me your gallery’s url so I can see it and send you a code for it?

    Thank you,
    Mihaela

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove navigation icons on mobile’ is closed to new replies.