[Resolved] Show secondary navigation content in mobile version

Home Forums Support [Resolved] Show secondary navigation content in mobile version

Home Forums Support Show secondary navigation content in mobile version

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

    Hello

    I have a Secondary Navigation bar that i am using like a fast contact bar.(Phone and e-mail address)

    There’s some way to display the content instead of the hamburger icon on mobile devices?

    Thank you

    #794175
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .secondary-navigation .menu-toggle {
        display: none !important;
    }
    .secondary-navigation ul {
        display: block !important;
    }
    #795742
    Magdalena

    Hello

    Thank you it is working ๐Ÿ™‚

    Have a nice day

    #795760
    David
    Staff
    Customer Support

    You’re welcome ๐Ÿ™‚

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