417
Views
3
Comments
Solved
Change backdrop of popup
Question

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. 

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

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

UserImage.jpg
Leonard James Pena

Benjith Sam wrote:

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

 

 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.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.