http://journeyfilms.mbtdesigns.com/ right now i have a custom background that has a blue strip going behind the slider and content area, but i just want this to show on the front page. How can i target the front page to add this background or a div that i could style for the same effect?
Adding background element only to homepage.
3 posts from 2 voices-
Posted 1 year ago #
-
Hi,
Instead of using body, try using body.home. Here is an example:
body.home {
background-image: url('http://journeyfilms.mbtdesigns.com/wp-content/uploads/2011/12/bg1.png');
background-repeat: no-repeat;
}
This code applies only to the body of the homepage. Hope this helps. :)Regards,
IsmaelPosted 1 year ago # -
Excellent! Thanks!
Posted 1 year ago #
Topic Closed
This topic has been closed to new replies.














