• Resolved julesjunction

    (@julesjunction)


    Hi,

    with the Virtue theme, is it possible to display the secondary navigation menu on all pages except the home page using CSS?

    Thanks
    Jules

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Sure! Add this to your custom css box in theme options > advanced settings-

    .home #nav-second ul.sf-menu {
    display: none;
    }

    Hannah

    Thread Starter julesjunction

    (@julesjunction)

    Thanks very much Hannah, your quick response is appreciated and it does just what I needed.

    Jules

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Secondary nav menu’ is closed to new replies.