Homepage › Community Forums › SquareOne Theme Support › How to keep Head-BG showing on Non Home Pages? › Reply To: How to keep Head-BG showing on Non Home Pages?
For example, trying to show the .head-wrap grey line, with the image coming out underneath it for 140px like the demo. Thanks for any tips.
Site Header
---------------------------------------------------------------------------------------------------- */
.head-bg {
background-attachment: fixed;
background-image: url(images/home-img-1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.head-wrap {
padding: 0 0 20px;
background-color: #F3F3F3;
border-bottom: 1px solid #ADB2BC;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
height: 30px;
line-height: 30px;
min-width: 980px;
position: absolute;
top: 0;
width: 100%;
z-index: 100;
}
.site-header {
margin: 0 auto;
max-width: 1140px;
}
.site-header .wrap {
margin: 0 0 14px;
padding: 30px 0 0;
padding: 1.875rem 0 0;
}
.site-header .widget {
color: #fff;
margin: 0 0 20px;
}
