how do i get a image with a transparent background on the body of one of the pages?
Thanks!
how do i get a image with a transparent background on the body of one of the pages?
Thanks!
I'm not sure what you want to achieve but if you want to use a transparant background image for your html body, just modify style1, style2 or style3.css (depending on the stye you're Avisio running with) and modify following code from:
(Example from style3.css)
body
{
color:#aaa;
}
to:
body
{
color:#aaa;
background: transparent url("../images/skin3/gradient.png"); /* Use any image you like */
}
The Dude
Hi!
Add this to the end of style.css:
.entry img {background: none !important; border: none !important;}
Best regards,
James
You must log in to post.