• Hi,..severe nube alert!!

    I have a recording studio. I’ve added a private page to the site I’m building. I want to link clients there to audition work I’m doing on their projects. I want to eliminate the top nav bar on just that page. Thousands of posts about how to eliminate pages from the bar, but nothing I’ve found yet about removing the bar from a page.

    also this page will be all about audio samples using the wp audio player. When I remove the get_footer from the template I’m trying to use…the player goes away..wha??? The player’s in the content..not the footer..I thought. Do I need an “if” comment in the main php_page template? If so..how?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Let say your page item number is 10

    Please try this;

    li.page-item-10{
    visibility:hidden;
    }

    /*set in style.css*/
    ————

    Thanks.

    Hanafi.

    Thread Starter ramrod1

    (@ramrod1)

    Thanks so much for your reply. I’ve inserted the code you recommended, with my page’s #, in several places in my css styles area…I guess I’m not sure where to put it…no luck so far.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Nav Bar on One Page’ is closed to new replies.