HI,
i want to add a picture in a background.
I use the present code :
html {
background: url(/forum/images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
But the image is not visible.
This is under the défaut background.
How to make the Publisher background transparent or how to remove it to see my bg.jpg picture ?