Get Ready Elementor Templates

How to Create Elementor Dark Mode Google Maps

Subscribe To My YouTube Channel For More Upcoming Videos

Add this code under Advanced > Custom CSS

selector:before{
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #ffffff;
mix-blend-mode: difference;
pointer-events: none;
}