i tried
.ow_chat_dialog_wrap .ow_dialog_in_item {color: #000000 !important;}
and
p .ow_chat_dialog_wrap .ow_dialog_in_item {color: #000000 !important;}
and
body .ow_chat_dialog_wrap .ow_dialog_in_item p{color: #000000 !important;}
when i change these values in the console css editor the text changes but not in the custom css section.
and no luck... see pic
if i do just
p{
color: #000000 !important;
}
then of course that works, but i dont want all p changed just the chat text.