Reply To: Background Image Full Page

Home Forums Support Background Image Full Page Reply To: Background Image Full Page

Home Forums Support Background Image Full Page Reply To: Background Image Full Page

#213085
Tom
Lead Developer
Lead Developer

There’s the problem, the extra }:

.inside-header {
padding-top: 20px;
padding-bottom: 20px;

}

}

body {
background-image: url( ‘http://officeforrent.sg/wp-content/uploads/2016/03/img_7659-copy.jpg’ );
background-size: cover;
}

The } above body needs to be removed.