Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #505799

    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?

    #505970

    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

    #505975

    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

    #506121

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.