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 2 posts - 21 through 22 (of 22 total)
  • Author
    Posts
  • #18874
    pabzjab
    Participant
    This reply has been marked as private.
    #18879
    admin
    Keymaster

    Hello everyone,

    Sorry for the delay, you can use the following CSS to show only the logo in the middle

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

    to remove only the menu button

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

    Thanks

    • This reply was modified 10 months, 3 weeks ago by admin.
Viewing 2 posts - 21 through 22 (of 22 total)
  • You must be logged in to reply to this topic.