Question / Help body color setting..

Tokae

New Member
Hello there,

First off, this is a great plug in! I appreciate all the work and time you have put into this! :)

My only issue so far is that I for some reason cannot set the background color of the body to be black and semi-transparent..

I have this for my CSS:

body {
margin: 0px auto;
background-color: rgba(0,0,0,0.5);
color: rgba(0,0,0,0.5);
}

I have tried setting the alpha at 1, 10, 128 and 255 even, and I still see no background color...

Any help would be appreciated! :)

Thank you again,

Tokae
 

Jack0r

The Helping Squad
Would have been useful to mention WHICH plugin you are using, but I guess you are using the CLR Browser Plugin?
background-color: rgba(0, 0, 0, 255);
works fine for me, when I add that to the CSS section of the browser source plugin. There of course has to be some background shown on the page or some transparent area that will be replaced with the black. A bit more info of what you are trying to do could help.
 

Tokae

New Member
Hello Jack0r,

Ah sorry yes I wrote my first post pretty late in the evening and I was ready to bed it seemed. I am using the CLR Browser Plugin. The issue arose when I tried to overlay my twitch chat feed. I have a working solution now though. I appreciate the assistance though!

Tokae
 
Top