Hey Guys,
i have this homepage with a full screen video. I only want to display the navigation menu and no footer on the homepage
How can i do that, i only want to display the full screen video and nothing else.
2nd question: not so important, can i change the appearance of the menu also only for 1 page? Like make it transparent for homepage and normal for the rest of the pages?
Many thanks
Roger
Comments
1) To remove footer from homepage only, please use below css:
.home #Footer { display: none !important; }2) Please give us link to page where you wish to set transparent header for home page and we'll see if it's possible with your current header style.#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu { background-color: transparent !important; }