Closed GoogleCodeExporter closed 9 years ago
Hi, you can do it with CSS. For example - on page http://
babysense.cloudconsultingtest.com/about/ tag body has next classes: page
page-id-2
page-template page-template-default
You can change header image with next CSS code:
.page-id-2 #header {
background-image: url(http://babysense.cloudconsultingtest.com/wp-content/themes/
constructor/themes/default/headerinterior.png) !important;
}
page - class of all pages
page-id-2 - page with id = 2
Original comment by AntonShe...@gmail.com
on 4 Mar 2010 at 8:56
Original comment by AntonShe...@gmail.com
on 23 Nov 2010 at 9:56
Original issue reported on code.google.com by
searchov...@gmail.com
on 4 Mar 2010 at 5:05