To change the color of the text, edit the template,
dbtech_guest_pm_notice.css, and change everything in there to this.
Code:
.dbtech_guest_pm_notice {
background: {vb:stylevar notices_background};
font-size: 14px;
color:red;
padding:{vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
margin-bottom:{vb:math {vb:stylevar padding}/2};
<vb:if condition="$stylevar['textdirection'] == 'rtl'">
-moz-box-shadow: 2px 2px 2px {vb:stylevar notices_shadow_color};
-webkit-box-shadow: 2px 2px 2px {vb:stylevar notices_shadow_color};
box-shadow: 2px 2px 2px {vb:stylevar notices_shadow_color};
<vb:else />
-moz-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
-webkit-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
</vb:if>
text-align: {vb:stylevar left};
clear:both;
}
You can change the part in
red, to any color.
To change the text, (phrase) edit the phrase,
testing_message