CSS Color Verification Form

We have renamed Post Grid plugin to Post Grid Combo
Ticket for: User Verification
0
CSS Color Verification Form 1
maxby
Jan 22, 2023 09:52 PM 2 Answers
Member Since Jan 2023
Subscribed Subscribe Not subscribe
Flag(0)

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

2 Subscribers
CSS Color Verification Form 1
CSS Color Verification Form 3
Submit Answer
Please login to submit answer.
2 Answers
Sort By:
Best Answer
0
CSS Color Verification Form 4
maxby
Jan 28, 2023
Flag(0)
Private
Answer is private, only admins or its author or questioner can read.
Replying as Submit
Best Answer
0
CSS Color Verification Form 5
Azizul Raju
Jan 23, 2023
Flag(0)

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.

CSS Color Verification Form 6
Azizul Raju
- Feb 11, 2023 11:00 AM
Flag (0)
0

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.

CSS Color Verification Form 7
maxby
- Feb 10, 2023 09:00 PM
Flag (0)
0

Hi Azizul,
I tried again and now it works with the css.

Best

CSS Color Verification Form 6
Azizul Raju
- Jan 26, 2023 10:32 AM
Flag (0)
0

Hi,
Instead of replying to my answer, you can submit a new answer with a private tag. Make sure you check the private checkbox before submitting.
Screenshot: https://i.imgur.com/O5qfCFd.png

3+ more comments. Sign in to Reply
Replying as Submit