joshisanonymous
New Member
I'm using TNotifier and running it through CLR Browser for notifications in OBS. I have a simply text notification for donations and I'd like the background for it to be transparent but I can't seem to make this happen.
I've heard that the default background color is automatically made transparent. Didn't work.
I've heard that the bright green color automatically gets chroma keyed out. Didn't work.
I've tried editing the CSS in both the widget and in the properties of the CLR Browser source to say the following:
I've done many searches and watched videos and yet I can't find an answer to this problem, nor does anyone else seem to be having the same problem. I know transparency would be easier to accomplish with a window capture but I'd much rather use CLR Browser because it's simpler in literally every other way. Any help would be greatly appreciated.
I've heard that the default background color is automatically made transparent. Didn't work.
I've heard that the bright green color automatically gets chroma keyed out. Didn't work.
I've tried editing the CSS in both the widget and in the properties of the CLR Browser source to say the following:
background-color: transparent; Didn't work.
background-color: rgba(0, 0, 0, 0); Didn't work
opacity: 0; Didn't work.
background-color: rgba(0, 0, 0, 0); Didn't work
opacity: 0; Didn't work.
I've done many searches and watched videos and yet I can't find an answer to this problem, nor does anyone else seem to be having the same problem. I know transparency would be easier to accomplish with a window capture but I'd much rather use CLR Browser because it's simpler in literally every other way. Any help would be greatly appreciated.