Reply To: Change background of widget areas

Homepage Community Forums Epik Theme Support Change background of widget areas Reply To: Change background of widget areas

#10194
Eric
Customer

    Look in your css around line 1276 and you can add your image to the welcome wide code like this –

    .welcome-wide {
        background: url(http://fallasleepsnug.com/wp-content/uploads/2014/01/background-cardboard.jpg);
        clear: both;
    }

    or you could add it to the .welcome code like this –

    .welcome {
    	background: url(http://fallasleepsnug.com/wp-content/uploads/2014/01/background-cardboard.jpg);
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com