Hi!
At the desktop version of my website the header (logo and menu) at first is disappeared and it appears not until you scroll down. That works fine.
I want the same behaviour on mobile devices.
Now the header is shown when you open the website; I want it to appear when you scroll down, like on desktop version.
How can I set this?
Hey akapoun,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
However, if you like to make the mobile header sticky please check https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile
Best regards,
Vinay
Hi! Ok, thank you. then I won´t change it.
On smartphones and desktop the background of header is white, like I set it on theme settings.
On tablet high the background is black.
How can I change this?
Hi akapoun,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive #top .header_bg {
background-color: #fff;
}
}
If you need further assistance please let us know.
Best regards,
Victoria