How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Hide search form in Mobile menu / Hide MENU text on phone menu

Viewing 10 posts - 11 through 20 (of 21 total)
  • Author
    Posts
  • #11832
    Marius
    Participant

    Hi,

    I’ve tried all of these codes, but nothing works.
    I am trying to hide the MENU on mobile (icon, text, everything) – however it still shows up at the top.
    The only thing that happens is that when I click on the icon, the slide looks broken – but it doesn’t hide it completely.

    The point is that I’m trying to get rid of the menu entirely on mobile (with everything that it includes – icon, text, slider, button, all of it). Any idea how to do it? 🙁

    #11833
    Marius
    Participant

    I figured it out by myself.

    The working code is:
    .head-menu.head-menu { display:none; }

    #17975
    Marketing
    Participant
    This reply has been marked as private.
    #17978
    Marketing
    Participant

    Hi, this is not working. Please do know how to remove the Hamburger side menu and Search glass that appears on the top right of the header?

    #17979
    Marketing
    Participant

    Hi, this is not working. Please do you know how to remove the Hamburger side menu and Search glass that appears on the top right of the header?

    #17985
    admin
    Keymaster

    Hey there!

    Can you give us a link to your website? This way it’s easier for us to give you the appropriate CSS snippet you can use.

    #17988
    Marketing
    Participant
    This reply has been marked as private.
    #17995
    admin
    Keymaster

    Hello!

    Use this CSS snippet:

    .header-top-flex-part–right { display: none !important; }

    You can add this either through your child theme style.css or Dashboard > Customize > Additional CSS.

    #17996
    Marketing
    Participant

    Thankyou Sir! That worked as desired.

    #17998
    admin
    Keymaster

    Hello!

    Nice, you’re welcome!

Viewing 10 posts - 11 through 20 (of 21 total)
  • You must be logged in to reply to this topic.