Hello, i’m trying to do the same thing, but when i put the codes on custom css, header white bar continues there, this is what i put in custom css:
#wrapper {
position: relative;
top: -10px !important;
}
.container.container-header.custom-header {
display: none !important;
}
What i’m doing wrong? Thanks.
PS: I’m very newbie with those things =P