@Mahesh: Thank you Mashesh. But after add the code the color around the image become grey.
Here is my css:
#header-left {
float: none;
text-align: center;
width: 100%;
}
#site-logo {
display: block;
float: none;
margin: 0 auto;
width: auto;
}
#site-logo a {
display: inline-block;
}
#site-logo { padding-top: 10px; }
.home #main { padding-top: 10px; }
#masthead { background-color: #000; }
#featured-post { background-color: #000; }
#main {
background-color: #000;
}
.entry-meta { display: none; }
#hgroup-wrap { padding-bottom: 0; }
.page .site-content article { border-bottom: none; }
#masthead {
background: url(“http://www.kingagen.com/wp-content/uploads/2016/09/Header-bg.jpg”) no-repeat scroll 0 0;
background-color: none;
background-position: center;
}
body.custom-background {
background: none;
background-color: #000;
}
And also, I want to remove the line between footer and featured content, and if can’t, I want to coloring the line.