Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #332724

    Is there a setting or some custom css code I can use so the secondary menu does not show on smartphones? I don’t like having to scroll to see the photos on the home page because of it.

    This test site: http://bluemontinluray.com/

    thank you I appreciate your help!

    #332950

    Hey elames!

    Thank you for using Enfold.

    Yes, this is possible. Use this on Quick CSS or custom.css:

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

    Best regards,
    Ismael

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