Jump to content

Change Background To Image


Recommended Posts

You need a lot of corrects.
Here are styles where the background White Set

 

About

line 236

body {
    background-color: #fff;
    color: #777777;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.42857;
}

 

 

line 6907

.header-container {
    background: #fff;
}
 

line 5490

header {
    background: #fff;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
 

 

line 5478

.columns-container {
    background: #fff;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...