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

    Is it possible to have a top menu only for Homepage?

    Home has long and one page (similar like parallax but I only assign id)
    with top menu pointing to #id

    but when user is not on Homepage, this anchor will not work.

    Please advise.
    Thanks a lot

    #193986

    Hi atteam!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_menu { display: none; }
    .home .main_menu { display: block!important; }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Top menu only for homepage’ is closed to new replies.