Hi Rose,
I wanted to reply but the item was closed. can you please check this code and tell me what is wrong? because there is a white area under the menu now. i thought it was something with my image padding but appearantly not.
Again there is something strange. The white menu is bigger then the black one so there is white area under it. https://gyazo.com/f37c1e9f6adaf45172b058c15d741b73
This is the code i use now..
.admin-bar .fixed-header-area.fixed-already {
background-image: url(“http://www.berendetimmerwerken.nl/wp-content/uploads/2014/02/brownboard.jpg”);
border-bottom: 0;
}
.header-wrapper.header-type-5.header-scrolling {
background-image: url(“http://www.berendetimmerwerken.nl/wp-content/uploads/2014/02/brownboard.jpg”);
}
.black-separator h4 {
color: black !important;
}
.fixed-header-area {
background-image: url(http://www.berendetimmerwerken.nl/wp-content/uploads/2014/02/brownboard.jpg); border-bottom: 0;
}
.fixed-header-area.fixed-already a {
color:white;
}
.header-wrapper.header-type-5.header-scrolling a{
color:white;
}
.menu .nav-sublist-dropdown ul > li > a {
color: #767676 !important;
}
.menu .nav-sublist-dropdown ul > li > a:hover {
color: #cda85c !important;
}