Frame on Poppup window

I want a frame around a popup window, and are looking for a CSS who can make that. In forehand thank you :slight_smile:

1 Like

Hey there, @Paracord_no and welcome aboard :waving_hand:

This code will do the trick:

.es-widget-background-container {
    border: 2px solid #3a86ff;
}

Please add it to the Custom CSS section on the Settings tab of your widget’s settings and let me know how it worked :slightly_smiling_face:

1 Like