hudiz
asked 7 years ago

Hi, 
I would like a add a green alert box with the message on top of the form after successful submission of the form. The related code in handle.php is-

dwqa_add_notice( __( ‘Thanks for your question, your post is waiting for moderator.’, ‘dwqa’ ), ‘success’ );

I am getting a red error box for error messages, but no luck with the success. Any help would be greatly appreciated.

1 Answers
DominicStaff
answered 7 years ago

You can use the following code: 

p.dwqa-alert.dwqa-alert-success {
   color: #....;
}

If you want to change this alert, you can open the Handle.php file and find the line 444.

hudiz
replied 7 years ago

Worked like a charm! Thanks a lot, Dominic!! 😀

Dominic Staff
replied 7 years ago

If you have any issue or question. Please let me know, I will check and help you resolve it.

Powered by DW Question & Answer Pro