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

    How do I hide or customize the “Small bar above Main Menu” for mobile devices?

    #1056113

    Hey Jonathan,

    Please try the following in Quick CSS under Enfold->General Styling to hide it on mobile screens:

    @media only screen and (max-width: 767px) {
    #header_meta {
      display:none;
    }
    }

    Best regards,
    Rikard

    #1056385

    Thank you Rikard!

    Your solution is working great!

    With kindness,
    Jonathan

    #1056451

    Hi Jonathan,

    Great, glad we could help. 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.