Hi,
The only way to change that text is to edit the translation file. Here is how to do that:
1. Register here:
https://www.transifex.com/projects/p/wysija/language/en_US/
2. Download the .po file of your language.
3. Download the software poEdit:
http://poedit.net/
4. Open the .po file with Poedit, change the translation of that string to your desired text.
5. Upload the two generated files (.mo and .po) to wp-content/languages/plugins/ after you save them.
Let me know if that helps!
Sorry for late reply.
I managed to register and edit the translation file.
Thanks!
Regards,
Hans
How can I change the CSS for the background color, border, font, etc?
In the inspector this was the code that specified the background color and border color:
widget_wysija_cont .updated,
.widget_wysija_cont .login .message {
background-color: #e560c4;
border-color: #e560c4;
}
But when I add this CSS is doesn’t cahnge the appearance of the message.