• Resolved marinafreyre

    (@marinafreyre)


    I want to create a Landing page with the Supernova Theme. What I want to do is to NOT show on that page the header section and the navbar

    No distraction!!!!

    Is there any CSS code I can insert on the “Write CSS for this page” Section to get this??

    Thanks in advance

Viewing 1 replies (of 1 total)
  • You could try this.

    #nav_wrapper {
        display: none;
    }
    #header_wrapper {
        display: none;
    }
    #header_navigation {
        display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Creating a Landing Page’ is closed to new replies.