• Resolved webactor

    (@webactor)


    Hi there

    I building a webpage with 3 languages
    Frontpage has 3 flags (Danish – US – English)

    I would like to hide the primary menu – on the front page
    But to show it – when users have chosen some language.

    How is that possible ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are the users redirected to a different page once you select a language? can you post a link?

    Kadence Themes

    Thread Starter webactor

    (@webactor)

    Hi there ..

    I got it now with this css code.

    /* Hide Navigation Menu in home page*/
    .home #nav-main ul.sf-menu, .home #nav-main ul.sf-menu {
    display:none;
    }

    Cheers | Best regards
    Kimo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide/ remove pimary menu on multi lang site’ is closed to new replies.