steveseguin / social_stream

Consolidate your live social messaging streams and much more
http://socialstream.ninja/
GNU General Public License v3.0
646 stars 96 forks source link

Unable to change background color of actual message #120

Open Neipas09 opened 1 year ago

Neipas09 commented 1 year ago

There's always a faded black background color on every message in my Scene in OBS. How do i either get rid of it all together? Or make it completely black?

image

steveseguin commented 1 year ago

image

i think you'd use these toggles to hide the background shading

&hideshadow&nodonohighlight&nomemberhighlight&nooutline&notime , etc

If you wanted it just solid black, in the OBS scene section, you could try:

 .highlight-chat {
     background-color: black!important;
 }