• Resolved hayden_v

    (@hayden_v)


    Hey just wondering if anyone can help me with disabling the menu and the logo on one particular page: https://pernoperformance.com/begin/

    Kinda like a landing page…

    I was hoping there would be a simple plugin for it, but nope. And all the landing page free plugins are not too great.

    So, I guess confusing CSS is the only answer?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • This should do it, but I’m not sure that it’s ideal for SEO –

    .page-id-300 header {
         display: none;
    }

    Thread Starter hayden_v

    (@hayden_v)

    Thanks you so much WPyogi.

    Though, I’m an idiot, and i literally don’t have any idea where to put this code…

    Or is it anywhere in the header.php CSS sheet?

    Thread Starter hayden_v

    (@hayden_v)

    Okay, nevermind. I worked it out.

    Thanks again WPyogi

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable menu & header logo’ is closed to new replies.