Reply To: Changing the CSS

Homepage Community Forums Epik Theme Support Changing the CSS Reply To: Changing the CSS

#4211
Wes
Moderator

    Any idea what CSS I need to use to just place a background image on the home page?

    Just for the homepage, you can add something like this –

    `.home #wrap {
    background: url(images/your-image.jpg);
    }`