• Resolved deubode

    (@deubode)


    Hello, I’m trying to hide the menu on a specific page. I’m using the code below, but it doesn’t work, can anyone help?

    ícone "Verificada pela comunidade"

      .cleanpage #mobileMenuLink {
       display: none !important;
    }
    
    body.cleanpage {
       padding-top: 0px!important;
    }
    body.cleanpage .mob-menu-logo-holder {
       display: none;
    }
    ícone "Verificada pela comunidade"
    ícone "Verificada pela comunidade"
    ícone "Verificada pela comunidade"
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with css’ is closed to new replies.