Need to change the colour of button showed in screen shot
-
We are using sms alert plugin on this site atozeshop.com
But while check out its showing like Click here to verify your mobile number button
But this not showing in the theme colour
its shows like somewat normal colour as same to backgroung
we need to highlight the button and we spoke to the plugin person
they as diverted to the theme provider to you
can u able to do it on the same
we have shared the login details in the private area
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
button#smsalert_otp_token_submit {
background-color: rgb(227,49,63);
color: white;
}
And see if this works for you.
Regards.
Xtemos Studios