Hi, I am attempting to make my Header Transparent with My background image. My goals is to achieve a header exactly like this
I previous asked this question and received a CSS code that read;
.x-navbar {
transform: translate3d(0, 0, 0);
background: none;
box-shadow: none;
border-bottom: none;
}
.x-breadcrumb-wrap {
background: none;
}
This code is effective. However my next problem is the fact that i can’t get my background image in section 1 to overlay the header. At the moment it is grey as that is my background colour. I am trying to get it to look simplistic and to just be one with my section 1
So I’m trying to obtain a CSS where i can make it be apart of my section 1 and gives me the ability to edit it significantly
Thanks