Hide menu on page 8

  • Author
    Posts
  • #98697

    Hello, I’ve tried for probably a few hours to hide my menu on page with id=8

    I’ve tried

    .page-id-8 .access {
    display: none;
    }

    .pageid-8 prime_nav [
    display: none;
    }

    and many many other simple css changes.

    Can you please specifically tell me how to target page 8 and what the css id is for the menu

    Website: dirtyspongeceramics.com

    #99144
    Zed
    Cryout Creations mastermind

    Those identifiers were close, but not completely correct:

    .page-id-8 #access {
        display: none;
    }

    should work.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Hide menu on page 8’ is closed to new replies.