Support » WordPress Mobile App » Mobile Menu showing Login page not on shown on Desktop Menu

  • Resolved adesoyeseun

    (@adesoyeseun)


    I was able to set up a website but have tried to remove login shown on mobile menu but has no page on my admin Menu.

    This login cannot be seen on my my desktop menu or Laptop Menu.

    I initially set up a login page and hanged it to user login so as to differentiate the two.

    Please i really need your help here as i have tried so many things but not working. Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Until you find out a way to do this in your theme or menu system, you can hide the link by adding some custom CSS:

    span.header-account-title {
        display: none;
    }

    This will hide that link, but it may also hide other objects. If you find it does, just delete the code and it will revert to the current set up.

    Thread Starter adesoyeseun

    (@adesoyeseun)

    Thanks appreciated. It worked. Thanks a million

    • This reply was modified 3 months, 1 week ago by adesoyeseun.
    • This reply was modified 3 months, 1 week ago by adesoyeseun.
    • This reply was modified 3 months, 1 week ago by adesoyeseun.
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.