I can’t change the background image on my boxed enfold child theme?
I have gone into the normal places general style>main content and body background, but I change the outside background of my page?
I have put an image in my dropbox to show there area I’m meaning
Can someone help please?
Hey Darren,
You have this in your style.css file:
html {
background: #333 url(images/bg.jpg) repeat center top !important;
}
If you want to use the theme options then you will likely have to remove that, otherwise you want see a background set in the body tag.
Best regards,
Rikard
Okay thanks…. might have to re-think it.