• Resolved kateyjones

    (@kateyjones)


    Hi,

    I am new to wordpress and I am trying to build my first site for my company I am just starting. I am creating a landing page for my product however I do not know how to remove the header on just this page and if it is even possible?

    Here is a link:

    https://www.stimulus-labs.com/affiliates/

    Ignore it is a bit of a mess as I have been arranging everything but any help would be greatly appreciated.

    Katie

Viewing 2 replies - 1 through 2 (of 2 total)
  • CSS method that quick is to set display none for the header on the home page. You can target that with the following CSS:

    .page-template-landing-page-php #header {
      display: none;
    }

    Thread Starter kateyjones

    (@kateyjones)

    I have spent ages trying to figure this out thank you so much your brilliant!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Logo In Header On Landing Page Responsive Theme’ is closed to new replies.