I’m using the Enfold theme and I would like to have a different background on the home page of my site than the other pages. Can you tell me how to do that?
Hey thecszone!
I checked your link but it doesn’t look like your using Enfold. Go ahead and switch back to Enfold and take a screenshot highlighting the area your wanting to edit and we’ll give you some CSS to use.
Regards,
Elliott
Hi!
The new link you provided is giving me a 403 forbidden error.
Regards,
Elliott
Hey!
Are you talking about the header background? If so then the CSS you want to use is this.
.header_color .header_bg { background: url("URL to your image") repeat-x fixed left top #ffffff !important; }
Otherwise take a screenshot and highlight the exact area your wanting to edit.
Best regards,
Elliott
Hi!
In that case add a codeblock element to your page content and add this inside.
<style type = "text/css">
#after_full_slider_1 { background: url("URL to your image") !important; }
</style>
Cheers!
Elliott