How to change border radius of the popup in YouTube Gallery

Is it possible to adapt this code to work with the pop up in the YouTube gallery?

1 Like

Sure! This code will do the trick:

.global-styles,
.yottie-popup-inner {
border-radius: 20px;
}

Please try it out and let me know how it worked :slightly_smiling_face: