Thanks Calvin,
Actually, I solved the problem by adding the following custom CSS code in Themes options > Other settings :
body header .mythemes-topper,
footer aside{
background-color: rgba(255, 255, 255, 0);
}
body div.content{
background-color: rgba(255, 255, 255, 0.6);
}
It didn’t work without it, no idea why.
Thank you Calvin,
Here is a link to the website:
http://www.vapegossip.com/
You can see the background in the header, I don’t know why.
Here is the background I would like to have:
body.custom-background {
background-image: url('http://www.vapegossip.com/wp-content/uploads/2015/01/VapeGossip_bg.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}