Forum Replies Created

Viewing 1 replies (of 1 total)
  • I am also trying to do this. I have been able to remove the menu from a landing page. But, it only works when i am logged in. if i Log out, the menu comes back.

    /* hide menu landing page request more information */
    .page-id-16914 .cbp-menu-main .wh-ul-center .menu-footer-menu .cbp-respmenu-more {
    display: none !important;
    }

    This is the code i am using
    .page-id-16914 .cbp-menu-main {
    display: none !important;

    }

    Works great when im logged in, but if i log out it just goes back to the usual. I want to remove it from new users.

Viewing 1 replies (of 1 total)