Hoe de achtergrond te veranderen wanneer een modaal venster wordt geopend

Morning!

Here with a simple (?) question. How can we change the dark faded background that comes up when a modal pops up? Can’t really find it in the CSS.

1 like

Hello,

.modal-backdrop {
  background-color: white;
}
3 likes

You are awesome! Thank you :slight_smile:

3 likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.