ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Different Header images for the Home Page and all the other pages #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I have loaded a Background Image and a Header Image. I want the Background
Image to show on the Home Page and for the Header Image to show on all the
other pages I have created. How do I do that? Thanks!

What version of the ... are you using?
1. Wordpress:2.9.1
2. Constructor:0.8.0
3. Browser:Firefox
4. OS:Vista

What URL of your blog(s)?
1. http://babysense.cloudconsultingtest.com/

Please provide any additional information below.

Original issue reported on code.google.com by searchov...@gmail.com on 4 Mar 2010 at 5:05

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago

Original comment by AntonShe...@gmail.com on 23 Nov 2010 at 9:56