Reply To: custom background image for the index page

Homepage Community Forums Epik Theme Support custom background image for the index page Reply To: custom background image for the index page

#15791
stewk
Customer

    I don’t see an option to ‘Get Shortcode’. The slug for this page is 64-2, and I see the ID in the source is ‘page-id-64’

    I now have this in my style.css:
    body.page-id-64 {
    background-color: #FFCC66
    background-image: url(“http://216.92.218.40/media/new-home.jpg”;) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 25%;
    }

    Still not showing.