Hey there jerome80,
Hope you’re well! 🙂
Could you link your site? In order for me to debug it better. And also what element/part of your site do you want to fix the background.
Looking forward for your reply! 🙂
Best Regards,
Calvin
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;
}
Hey there jerome80,
Hope you’re well! 🙂 Love the background image! 🙂
Clarify one thing for me, do you want to show the background image on this section only? If yes, I suggest you navigate to Appearance >> Background >> Upload your image there. Comment out all the custom code temporarily. If it works then you don’t need the custom code.
If you want to show the background image on another section. Let me know! 🙂
Looking forward for your reply! 🙂
Best Regards,
Calvin
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.
Hey there jerome80,
Glad it’s working for you! 🙂
I suggest you mark this thread as resolved so other members with the same issue can see that this ticket contains an answer that maybe a possible solution for their issue.
Take care,
Calvin