MiNdujo How can I change the plugin's Z-index when popup is load on my website? When the popup is showed, the plugin must be covered. Is it possible?
James Hi MiNdujo , You can use WordPress' Additional CSS to add this custom css: .buttonizer { z-index: 99 !important } Increase/decrease the z-index until it's in a good place. 😄