• Resolved marianoprea

    (@marianoprea)


    Hi there,
    I want to create a landing page without header and navigation menu. I have tried to add different CSS codes but nothing has happened.
    .page-id-73 .site-header {
    display: none;
    }

    Thanks for your help,
    Marian

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try adding this CSS to Theme Options> Advanced Settings:

    .page-id-73 header.banner.headerclass {
        display: none;
    }

    Let me know if that works for you.

    -Kevin

    Thread Starter marianoprea

    (@marianoprea)

    Hi Kevin,

    Thank you very much, it works.

    Thank you again,
    Marian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide header for one page – Virtue theme’ is closed to new replies.