Home › Forums › Design › Quick question, where's the background image file? › Reply To: Quick question, where's the background image file?
November 3, 2016 at 1:28 pm
#247420
Member
I’m assuming you mean the brick wall?
It’s on the body
right at the top of business-casual.css
body {
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
background: url(../img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}