Any way to change the background color of the iframe for pop ups?
Hi Chris,
How are you?
You can change many element parameters if you identify them in each browser’s Developer Tools.
You can then change the style for the desired element in body-end.html
For example:
<style>
.ext-popup-content {
background-color: #1caad9;
}
</style>
Best regards,
Vladan
4 Likes