Remove white element background in vimeo gallery popup player

I’m using the slider layout and popup player. I’ve removed all of the “Popup Elements To Display”, but the white background where that text would have been still shows underneath the popup video. Is there a way to remove the elements background so that the popup player has a cleaner look?

1 Like

Hey @user3864

We are ecstatic that you’ve chosen to become one of us! Welcome :wave:

Please add this code to the Custom CSS field on the Style tab and let me know how it worked:

.eapp-vimeo-gallery-popup-item-info {
display: none;
}