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

    Hello I would like to hide top menu for my mobile version. Yes I have checked all previous thread before posting this.

    I found many codes but I haven’t used… Please provide me code to hide top menu for mobile users.

    #1040897

    Hey Sovik,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1040947

    Thank you so much :) that worked after adding this code to custom.css file.

    I have used 989px to hide it on TAB as well.

    #1041007

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to hide top menu for mobile version’ is closed to new replies.