Good Day Community,
I am trying to change the backdrop whenever I open a pop-up. Whenever I open the pop-up the backdrop darkens. The goal is to retain a clear view of the backdrop.
Hi Leonard,
Try with the below mentioned CSS definition
- Define the CSS definition in the Screen Style Sheet Editor section
.popup-backdrop { background-color: unset; }
Hope this helps you!
Regards,
Benjith Sam
Benjith Sam wrote:
Good Day Benjith,
I tried using your idea and worked great. I was trying to use the backdrop-filter I found on the web and was not sure too if it was compatible.
Thank you for your time.