Hello,
I am using Enfold with a Custom Background Image in the Logo Area set in the Enfold Theme Options -> General Styling Section.
I would like to change this background image depending on the selected menu element or page, so the header image is relevant to the content of the selected page, post or portfolio entry.
How could I accomplish this?
Thanks and kind regards
Flavio
Hi Jason!
You can add following code to Quick CSS in Enfold theme options under General Styling tab and adjust it for each page
.page-id-545 .header_color .header_bg {
background: #ffffff url(BACKGROUND IMAGE LINK HERE) top center no-repeat scroll;
}
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit