PDA

View Full Version : How Do You Make block_background Transparent?


MikalMirkas
06-21-2010, 03:08 AM
Title.
http://www.vbulletin.com/docs/html/stylevars_dictionary_blocks

Attitude5ire
06-21-2010, 12:17 PM
Using opacity tag.
opacity:0.8;
filter:alpha(opacity=80);

You need to add it to additional CSS. But mind you if you background is white and adding any opacity to blocks on it are jus going to be faded look, which can be done using a faded gradient.

ViperE-mpire
06-27-2010, 06:45 PM
Open the Style Variables for your skin. open the Block Background variable.
Click on the color box for the background.
Select the clear dotted box in the top left hand corner of the box that pops up.

setishock
06-29-2010, 06:51 PM
Or simply just type transparent in where the color data would go and save your work.