Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1262506
    wlacasse
    Participant

    Hi,

    I’d like to use something like one-page navigation with a left-side menu, is this possible? Alternatively, I’d just like to disable the current page being highlighted on the menu. See attached image (my links are based on the Home page sections; individual pages are linked from these sections– so it’s not exactly a one-pager).

    Thanks

    #1262515
    wlacasse
    Participant

    Also, when at a specific section/anchor, there’s a light red (the About section in this case) which is highlighted differently.. I have no idea where to modify this.

    Edit (/w site in question): http://waynel.sg-host.com/FTS/

    #1262650
    Jade
    Moderator

    HI there,

    You may add this code in the customizer to remove the current page highlight:

    .x-navbar .desktop .x-nav > .x-active > a, 
    .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: none;
    }
    
    .x-navbar-fixed-left .desktop .x-nav>li>a:focus {
        box-shadow: inset 8px 0 0 0 #fff;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1262506 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>