Change background color of warning window

Posted over 6 years ago by bret konsdorf

Post a topic
Answered
b
bret konsdorf

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 

image

0 Votes

D

Deleted Agent posted over 6 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 Agent posted over 6 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