Hello support,
when the user click on the verficiation button in the mail he will transferd on my page where is a window which shows up that the verification is still in process. The cancel button on the right corner on the top of the box is with a orange display backgrounded. Is there a oppertunitie to change this colour?
Best
Hi Maxby,
Welcome to PickPlugins.
Currently, there isn't an option on our plugin. But you can write custom CSS to change the background color.
Just copy the CSS code from below, and from your WordPress dashboard, just go to Appearance => Theme File Editor, and from your right side, ensure you've selected the Stylesheet. Scroll down to the very bottom of the page and paste the code there.
Screenshot: https://i.imgur.com/fWRoUmf.png
CSS code:
.check-email-verification .close{
background: green !important;
}
Note: You can see I've written the color name green on CSS. Feel free to customize the color name. Also, you can search online for a specific color code hex value and put it here.
Use this site to copy the color code: https://imagecolorpicker.com/
Screenshot: https://i.imgur.com/dPUKEUp.png
Let us know if it helps.
Regards.
Glad to know you’ve fixed the issue.
Would you mind writing a review for our plugin? It’ll inspire us a lot.
You can post your review here.
https://wordpress.org/support/plugin/user-verification/reviews
Thank you so much.