Theme effecting background color of otp verification. – Urgent and Important.
-
Hi,
I am using an additional plugin for OTP verification. The plugin is getting a background black and the plugin developer is saying the theme is giving/forcing this colour. Can you please help urgently?
This popup comes when checkout with the COD option.
Attachments:
You must be
logged in to view attached files.
Hello,
Please paste the below code into the “Global Custom CSS” area in Theme Settings -> Global Custom CSS:
div.modal-content {
background-color: red !important;
}
Change the color as per your requirement.
Best Regards.