This topic has 4 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
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;
}
Hello,
Please add this code in Custom CSS:
.page-content {
margin-top: 0;
}
and delete this:
.admin-bar .fixed-header-area.fixed-already {
background-image: url("http://www.berendetimmerwerken.nl/wp-content/uploads/2014/02/brownboard.jpg");
border-bottom: 0;
}
Regards,
Rose Tyler.
It worked. thanks.. Can you maybe tell me why the footer doesnt load correctly at the contact page http://www.berendetimmerwerken.nl/contact
https://gyazo.com/f671fd2795724c6c62d6e59c8c43ed8e
all other pagess load well but somehow on this page not..
Hello,
Have you enabled the option “Include styles from “Ultimate Addons for Visual Composer” on every page” in Theme Options > General (at the bottom)?
Please enable it and check footer on Contact page after that.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up