Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Hiding Some Menu Items In Mobile #861248

    Yes, and i am looking for a css code that would do that, I have tried using this code, but it does not work.

    @media only screen and (max-width: 990px) {
    .hide-on-mobile {
    display: none !important;
    }}

    But when i use this css same code for hiding the sub menu on desktop that works.

    @media only screen and (min-width: 990px) {
    .hide-on-desktop{
    display: none !important;
    }}

    I would really appreciate it if you could help me with the code

    in reply to: Hiding Some Menu Items In Mobile #861194

    Hey Jordan,

    Thanks for code but I don’t want all the first sub menu pages to be hidden. I want a code where I can select the sub menu items that I want to hide on the mobile.

    in reply to: Hiding Some Menu Items In Mobile #860264

    Hey Jordan,

    I am trying to hide some menu pages in the mobile.
    For Example Opportunities > Hiring Process : I want this page only to be seen on the desktop menu and not on the mobile menu.

    Thank You

Viewing 3 posts - 1 through 3 (of 3 total)