I added this to my wp-theme custom css
#spAnnounceMessage {
color: #AEBC98;
background: none repeat scroll 0% 0% #AEBC98;
border: 1px solid #AEBC98;
}
it works but sometimes there is a flash of the default blue before the custom color kicks in
I tried adding to my reboot-child css and that didn’t work and I don’t want to edit the core plugin files, any suggestions for the best way to do it? Thank-you