• Resolved mpython

    (@mpython)


    Hi, I am using WordPress 4.1.1 and Customizr Pro 1.0.12.

    I am using the site just to show the most recent posts and wish you remove the navigation from the header. I tried to add to the child theme’s style.css to remove the navigation by doing this:

    https://gist.github.com/monthypython/e6809f470846d4dedacb

    // Remove navigation
    .navbar .nav>li>a {
      display: none;
    }

    But it is not working. The stylesheet doesn’t seem to cascade down correctly, what am I missing? Please kindly advise.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi mpython,
    try this

    .tc-header .nav-collapse {
        display: none;
    }
    
    .tc-header .btn-navbar{display: none;}

    But maybe you want to limit it just to some pages? Dunno..

    Thread Starter mpython

    (@mpython)

    This helped, great.

    After logging out as the admin I realized that my solution worked too.

    Thanks!

    Glad you solved ! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove 'add menu' altogether?’ is closed to new replies.