MarcP
(MarcP)
1
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.
Don
2
Hello,
.modal-backdrop {
background-color: white;
}
MarcP
(MarcP)
3
You are awesome! Thank you 