Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Community Forum › how do you remove the maximize/close controls in a portfolio lightbox?
Tagged: Avada, lightbox, controls, how to remove
Hi all,
I’m working in Avada 7.6 and I would like to remove the maximize/close buttons from my video portfolio lightbox popups on http://www.invisibleharness.com/portfolio (scroll down or click the “video portfolio” button. These controls are not very bothersome on a desktop, but on cell phone they take up valuable real estate if the viewer wants to turn their phone on it’s side when watching a video.
Any help is appreciated.
Here’s one way to hide those on mobile.
@media (max-width: 768px) {
.ilightbox-toolbar {
display: none !important;
}
}