dgfotografias;30335Hello, I just want to change the background color on the body content area. I mean, instead of white it should be transparent (75%) or maybe grey.
I´ll attach an screencaption in order to explain which part of the template I want to change.
Please help me.
Thanks
PS: …well, it is impossible to attatch an image :(( , but here is the link to the screenshot on my own server:
http://dgwaves.com/images/ja_koniga_background.jpg
Hi There,
You have to edit your template_css.css file. You have to find this block:
#ja-mainbody {
float: right;
width: 750px;
}
And change it to this:
#ja-mainbody {
float: right;
width: 750px;
background:#fff;filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
}
Kind Regards,
Peter