.w-lightbox-control -> Get rid of outline (?) on IOS

Hi guys!

I’m experiencing a weird blue outline (ONLY) on IOS after triggering a lightbox to start a video

→ e.g. both videos on ‘Home’

Looks like this:

The class is identified as : ‘w-lightbox-control w-lightbox-close’

First attempt to fix via custom CSS:

.w-lightbox-control w-lightbox-close {
outline: rgba(0,0,0,0.0) solid 0px;
}

Didn’t cut it unfortunately.

Would you be able to help please? Highly appreciated!!

Thanks in advance and best regards
C


Here is my site Read-Only:Webflow - Just-One-Thing Backoffice

Did you ever solve this? My client is seeing an outline on the lightbox on desktop. I’m not seeing it but trying to solve for it.