Viewing 1 replies (of 1 total)
  • There’s currently CSS that is targeting those links to get that effect.

    Since all of this content is on the same page, it is applying the ‘current-menu-etc.’ to those links because —well, they ARE the current links. & therefore those styles should be applied. You would have to get more specific with selectors to override this just for the homepage.

    (this is the code that is currently targeting those links on the homepage)

    .fusion-main-menu .current-menu-ancestor > a, .fusion-main-menu .current-menu-item > a, .fusion-main-menu .current-menu-parent > a, .fusion-main-menu .current_page_item > a {
        color: #d6212a;
        border-color: #d6212a;
    }

    For the “_” that is being added, I’m not 100% but I think that’s a smooth scroll thing that is built in to Avada.

Viewing 1 replies (of 1 total)
  • The topic ‘Scroll Page Menu navigation – Anchor links’ is closed to new replies.