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.
|