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Â
0 Votes
D
Deleted Agent posted
over 5 years ago
Best Answer
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.
0 Votes
1 Comments
D
Deleted Agentposted
over 5 years ago
Answer
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:
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Â
0 Votes
Deleted Agent posted over 5 years ago Best Answer
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.
0 Votes
1 Comments
Deleted Agent posted over 5 years ago Answer
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.
0 Votes
Login or Sign up to post a comment