Hi there, so i want to make a transparent header which ALSO isnt there at the top of the page but as soon as you scroll down it appears. however only the logo and the page names (menu) should be visible, the rest should be transparent. How can I do this?
Hey wagner3ddruck,
To set the header to only show on scroll down, go to the backend of the page you are working on and change the layout options for the Header visibility and transparency to Header is invisible and appears once the users scrolls down
Then add this css to make it transparent:
#header.header_color .header_bg {
background-color: transparent;
}
This worked on my demo site using the 2017 Demo, If this doesn’t help you please include an admin login in the Private Content area so we can be of more assistance.
Best regards,
Mike