Hello,
On the desktop – i have a fullscreen slider – and the menu to appear once the user scrolls down. However, on mobile – the header logo and menu icon appear on load. Howe can i remove that?
Hey ojasray!
Your wanting to remove the header, logo, and menu on mobiles? If so then add this to your custom CSS.
@media screen and (max-width: 767px) {
#header { display: none !important; }
}
Regards,
Elliott
I dont want to totally remove it – but want it to appear once the user scrolls down on the page….i am using the full screen slider / or easy slider
Hey!
That would require some advanced modifications to the page, to fix it on mobile.
You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customization
Let us know if we could do anything else, regarding our theme
Cheers!
Basilis