- This topic has 3 replies, 3 voices, and was last updated 8 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Background Image on Home Page Only
I’m interested in putting a background image (and a few other customizations) that will apply to the front page only.
Does anyone know how to refer to this page in CSS? I can’t get a page id because it’s not listed anywhere in the pages or WP backend.
Thanks!
Do you have a link to your site?
You should be able to use .home
to add a background image that will show up only on the homepage.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Thanks, Eric,
The url is http://nycfit.com, but I’m going to be rebuilding the site on the new Rainmaker hosted platform (by Copyblogger; it’s pretty sweet)
So the code would be like this?
.home
{
background-image:url('http://blah.blah/image.jpg');
}
Thanks