I managed to make a transparent header, but it is only transparent on the home page and I want the lines on the side and the top. I also want the lines through the entire store like on this website. I know this will be very difficult but please help me?
What you need to do is, add bottom border to the header, left and right borders to the inner div inside the header. Then you need to add left and right borders to inner div inside every section below. Or instead of that you can add the left and right borders to the whole site as a div with fixed positioning and higher “z-index”, also with “pointer-events” property set to “none” so that it doesn’t interfere. In any case I would not recommend adding those white to sections below the banner.
Oh okay, now it worked, thank you so much. How can I now code the 2 lines on the side and make the top line thicker? Thank you so much! You are so great!