It’s in your css. Change this:
.site-header {
background: url(http://www.honeyspidermovie.com/wp-content/uploads/2014/02/copy-honeyspider_header.jpg) no-repeat scroll top;
}
to this:
.site-header {
background: url(http://www.honeyspidermovie.com/wp-content/uploads/2014/02/copy-honeyspider_header.jpg) no-repeat scroll top #000;
}
You should be creating a child theme to put any of your edits in. This way you will not lose your changes when you update the theme.
WordPress only lets you view part of the coding. What do I change in this coding…..
/* =Site Header
———————————————– */
.site-header {
background-color: #000;
}
.site-header .home-link {
display: block;
margin: 0 auto;
max-width: 960px;
min-height: 180px;
text-align: center;
text-decoration: none;
width: 100%;
}
.site-title {
color: #fff;
font-family: Lato, sans-serif;
font-size: 80px;
font-size: 8rem;
font-weight: 300;
letter-spacing: 5px;
line-height: 1;
margin: 0;
padding: 40px 0 5px;
padding: 4rem 0 0.5rem;
text-transform: uppercase;
}
.site-description {
color: #666;
font: normal 14px “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Geneva, Verdana, sans-serif;
letter-spacing: 2px;
margin: 0;
padding-bottom: 23px;
padding-bottom: 2.3rem;
}
Change this:
.site-header {
background-color: #000;
}
to this:
.site-header {
background: url(http://www.honeyspidermovie.com/wp-content/uploads/2014/02/copy-honeyspider_header.jpg) no-repeat scroll top #000 !important;
}
PERFECT! Thank you so much man – I’ve been trying to figure this out ALL DAY. 🙂
@graphical_force what is the url part? I uploaded my image from my computer.. Im trying to get the background to black as well!
Help!!! haha
Thanks in advance!
blogs: moving from graciamaria.com to graciamariastudio.com