Transparent Header
-
Hello. I’m using Ocean WP and Elementor free. When I try to add a transparent header through the customizer, the mobile menu disappears completely.
The problem with Elementor header is that I can make it transparent but it doesn’t overlap with the block that’s supposed to be behind it. The block gets pushed down.
1. How do I make a transparent header through the customizer without losing the mobile menu
OR:
2. can I put a top margin of -100 on the block below the header via elementor editor, so the two overlap, would that cause responsiveness issues?
Or: 3. I put a css
`#site-header {
position: absolute;
top: 0;
}
.admin-bar #site-header {
top: 15px;
}
`
but that applies the header setting to the whole site, I need a transparent header only on homepage.
A solution on any of the three options would be much appreciated.
Thanks.
- The topic ‘Transparent Header’ is closed to new replies.