PDA

View Full Version : I need to change table opacity.


DecoySpy
12-12-2012, 03:41 PM
<a href="http://zod001.com/forum/forum.php" target="_blank">http://zod001.com/forum/forum.php</a>

If you guys go to this forum I'm doing...the table is way too clear.

Where in the css do I go to change the table opacity?

Or is there an easier way?

Sorry for the noob question.

WorldCraft
12-15-2012, 12:33 AM
Are you referring to the transparency around the center of the page?

Go to your style variable editor, and locate the 'body_background' variable (in the Global section). In the first field you should see something along the lines of 'rgba(255, 255, 255, 0.5)' The last decimal value is your opacity level. Increase it to around 0.6 or 0.8 to make it less transparent. If you wish to remove the transparency, remove the a, from rgba, and remove the last value.