How can i change the background of the dialogue (not just a simple color.like some png of some images)
1 Like
Add this into your dialogue message:
<style>
#modd-dialogue-modal .modal-content {
background-image: url(IMAGE_URL);
}
</style>
Example:
2 Likes
thanls!.This was helpful
2 Likes