Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • calliejo Friend
    #127491

    I have two subnavs because of this “On This Page” (split menu) enabled (which I want to keep) and the subnav showing in the default J! menu (which I don’t want to keep).

    My question is “How to disable subnav showing in default J! menu when viewing a parent nav section?”

    Thanks*

    Sherlock Friend
    #245261

    Hi CallieJo !

    You do following way :
    Open template.css file find code section at about line 1064:


    a.sublevel {
    padding: 5px 4px 5px 15px;
    display: block;
    }

    change to :


    a.sublevel {
    padding: 5px 4px 5px 15px;
    display: none;
    }

    calliejo Friend
    #245274

    Thanks Bunches Hainn84! You are a gem!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  calliejo 16 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum