• Resolved fluffypoop

    (@fluffypoop)


    Hi dear,

    I’m absolutely in love with this plugin!
    But now I have a little problem:
    I’m using Twenty Eleven Theme and I intended several times to hide the default main menu, the default banner and the default search button. But unfortunately I can’t!
    I don’t know what I need to introduce in this section to make the default main menu, the banner in the header and the default search button to disappear in mobile view:

    Elements To Hide On Mobile

    Could you please help me out with this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support bibhuprakash123

    (@bibhuprakash123)

    Hello @fluffypoop,

    I saw the link that you have shared but I don’t see any issue according to your query.
    Can you please share the screenshot of that particular issue for which I can get the issue properly?

    Regards,
    Bibhu

    Thread Starter fluffypoop

    (@fluffypoop)

    Hello Bibhu,

    I have a main menu and a second menu.
    With the css tag .menu I could deactivate all types of menu at mobile view. But I only want to deactivate the main menu!
    Which tag do I need to introduce?
    Same problem with the search button:
    Originally the search button is at top on the banner. I could deactivate it with css but now it is also deactivated in pc view and not only in mobile view.

    Sorry for my bad English!

    Greetings

    Plugin Support bibhuprakash123

    (@bibhuprakash123)

    Hello @fluffypoop,

    You need to apply the CSS in this format as below, according to your requirement.

    @media only screen and (max-width: 768px) {
      // custom code with the particular class or id
    }

    You can also contact us through our official website, if you need some backend coding support.

    Regards,
    Bibhu

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot hide default main menu on mobile view :(’ is closed to new replies.