White Line Under Header
-
https://www.wyantbuilders.com/
This is my site I am building above… and there is this white line in the wood and I have no idea if its in my code or something I have to Delete… I made a child theme which I will post below.. Even if I could turn this orange that would be great! But I don’t want my whole background orange…
@import url(“../customizr/style.css”);
header.tc-header {
/* Adjust the Image location ‘https://www.wyantbuilders.com/wp-content/uploads/2014/04/wood-texture-backgrounds.jpg’ */
background: url(https://www.wyantbuilders.com/wp-content/uploads/2014/04/wood-texture-backgrounds.jpg) repeat 0 0;
}body {
/* Adjust the Image location ‘https://www.wyantbuilders.com/wp-content/uploads/2014/04/wood-texture-backgrounds.jpg’ */
background: url(https://www.wyantbuilders.com/wp-content/uploads/2014/04/wood-texture-backgrounds.jpg) repeat 0 0 ;
}
/* Set the color (#f2f2f2) of the internal body */
#main-wrapper {
background-color: #f2f2f2;
margin-top: 0px ;
margin-bottom: 0px;
}body {
/* Adjust the Image location (https://www.wyantbuilders.com/wp-content/uploads/2014/04/wood-texture-backgrounds.jpg) */
background: url(https://www.wyantbuilders.com/wp-content/uploads/2014/04/wood-texture-backgrounds.jpg) repeat ;
}/* Set the color (#ff9900) of the internal wrapper */
#main-wrapper {
background: #f2f2f2;
margin-top: 0px;
margin-bottom: 0px;
padding: 10px 10px;
}.navbar-inner {
background: transparent url(“https://www.wyantbuilders.com/wp-content/uploads/2014/04/wood-texture-backgrounds.jpg”) repeat fixed 0 0;
}.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a, .navbar .nav > li > a {
color : #f2f2f2;
text-shadow: 0 1px 0 #333;
}footer#footer, footer#footer .colophon {
background: transparent;
border-top: 0;
}footer#footer .colophon a, footer#footer .colophon p {
color: #f2f2f2;
}Any Help is greatly appreciated! First time using this theme..
- The topic ‘White Line Under Header’ is closed to new replies.