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

    Hi everyone,

    There’s an option within any page where you can choose various header display options – which work just fine provided you’re not viewing on a mobile device. For example, on one page of our site we specify that the header be invisible until the visitor swipes. But on mobile the header shows up regardless. Is there a way (or a plug-in) to turn off the header display on mobile?

    #1107449

    Hey James,

    Would you like to hide header on pages where you chose to display header on scroll?
    If so, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    @media only screen and (max-width: 768px) {
    #top .av_header_scrolldown.av_header_transparency { 
    display: none !important;
    }}
    
    

    Best regards,
    Yigit

    #1107761

    Yigit that’s perfect. Thank you!

    #1107838

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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