Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1177336
    Anthony T
    Participant

    Hi,

    I’m experimenting with on page navigation but in my navbar, all links are showing as active.

    How do I fix it?

    Thanks

    #1177337
    Anthony T
    Participant
    This reply has been marked as private.
    #1177702
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! When implementing one page navigation, please make sure that you create two sets of menu. One will be assign as your primary menu and second would be exclusively used for one page navigation. The menu item in the one page navigation should be a custom menu item. To know more how you can set up one page navigation, please check out our knowledge base: https://community.theme.co/kb/how-to-setup-one-page-navigation/

    Hope this helps.

    #1178724
    Anthony T
    Participant

    Cool thanks. Thats a start.

    How do I remove the border for active items?

    Thanks

    #1179084
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus{
      outline: medium none;
    }
    

    Hope that helps.

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