radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
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 

image


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.

1 Comment

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.

Login or Signup to post a comment