How difficult would it be to change the header template image for each page? We're talking 3 pages or so.
http://azurebluedesign.com/sharperedge/products/ http://azurebluedesign.com/sharperedge/services/ http://azurebluedesign.com/sharperedge/contact/
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-top-bg img{ display: none; } For Products Page: Code: body.page.page-id-9.page-template.page-template-fullwidth.page-template-fullwidth-php .page-top-bg{ height:200px; background: url('http://azurebluedesign.com/sharperedge/wp-content/uploads/2015/02/Shaper-Edge_2_logo.png'); } For services Page: Code: body.page.page-id-11.page-template.page-template-fullwidth.page-template-fullwidth-php .page-top-bg{ height:200px; background: url('http://azurebluedesign.com/sharperedge/wp-content/uploads/2015/02/Shaper-Edge_2_logo.png'); } For contact page: Code: body.page.page-id-7.page-template-default .page-top-bg{ height:200px; background: url('http://azurebluedesign.com/sharperedge/wp-content/uploads/2015/02/Shaper-Edge_2_logo.png'); } Please change Image URL according to your requirement. Thanks & Regards Pramod Patel