Home › Support Forums › Theme Support › Minimatica › Post background/transparency, Please help! › Reply To: Post background/transparency, Please help!
aaronkelley
Participant
I actually figured that out last night after looking at your site a bit longer. I was actually able to figure it out by installing the Live CSS pluggin with the following CSS:
#container {
padding:15px 15px;
background:#151515;
color:#FFF ;
opacity:.8;
-moz-border-radius: 15px;
border-radius: 15px;
}