MyBB Community Forums

Full Version: Can someone please help me with my header?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
*

For some reason it's transparent. How can I make it so its like a dark gray with little transparency?

Also, is there a way to make these http://puu.sh/divyn/9787239d77.png have some transparency?

Thx!

can anyone help me? :/
I'm not sure which bit you're trying to make transparent? The headers or the content containers?

Headers = theads in the css
tds = row1 row2 etc.

To make them partially transparent, add this to their bit of CSS in the global CSS template:

opacity: 0.6;