Hey Guys
Is there a way to create a splash page that has no menu bar on the top that would then take you to the full site with menu bar?
This is an example of what I am trying to do.
When you click on picture it takes you to full site. let me know thanks
Hey jdrakeproductions!
You can use Blank template. Here is an example from demo site – http://kriesi.at/themes/enfold/pages/blank/
Or you can remove menu from a certain page using custom CSS code as following
.page-id-1122 .main_menu { display: none; }
and change the page ID’s to match your pages ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit