Background image on one page only
-
Can I have the background image between header and footer only on the front page and not on other pages as well? I only want it on the main/home page and thereafter have a simple clean white background color. Is this possible?
I have tried custom .css:
#main {
background: url(“IMAGE URL”) no-repeat;
}This .css works the image is between header and footer like this:
https://www.dropbox.com/s/7iz82ew1tm9yh2a/examp.jpg?dl=0
But this image is also on other pages – I guess since other pages have also same #main class. Can you help me please?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Background image on one page only’ is closed to new replies.