Hello,
Please check http://www.destartpartner.nl/start
I want to remove the complete header area: the white space from the top till the first read color section. How can I do this?
Thanks for your help!
Martine
Hi famewebdesign!
Please add following code to Quick CSS
header#header {
display: none;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0;
}
Cheers!
Yigit
Hi Yigit!
Thanks for your help.
Added the code but header is still there … Want am I doing wrong?
Hi!
Please add !important rule to second code as following
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0 !important;
}
Best regards,
Yigit
Yes, that’s it!
Thanks Yigit!