How can i make post background transparent

hey please help me making post background (the white background of the “otelimiz” titled post, i want to change white part to transparent) transparent.

here is the link of my website: http://otelbade.com/

Please add this code between <head>/</head> tags.

.div_transparent { opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */ }

Then, add div_transparent class to your div container :wink:

is there an easier way? like a plugin etc