Answered
Change background color of warning window
I have the designer set up in a lightbox with a translucent background color. my problem is that the warning window also takes on that background color. How can I target the warning window specifically without changing the color of the modal window? Here is a screenshotÂ
Add some custom CSS to change the color of the warnings like this:
.fpd-modal-wrapper.fpd-shadow-3{
yourCSS
}
I've not tested it, but it should work.
You could also apply the CSS for the lightbox with this class:
.fpd-fullscreen
that should also get around the issue.