Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259022

    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.

    http://www.the-hil.com

    When you click on picture it takes you to full site. let me know thanks

    #259156

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.