Reply To: Setup Instructions?

Homepage Community Forums inSync Theme Support Setup Instructions? Reply To: Setup Instructions?

#12437
Wes
Moderator

    Take a look in your css file around line 1168 (default) and you can add the link to your image –

    /* Slider
    --------------------------------------------- */
    
    .slider {
    	background-attachment: fixed;
    	background-image: url(images/slider-bg.jpg);
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;		
        clear: both;
    }