Add border to the popup container

Add the code below to Custom CSS field on your Popup widget’s Settings tab:

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