Support » Theme: Twenty Seventeen » menu-scroll-down for other pages

  • I want to use the scroll element also on other pages/ fields.

    Before I installed a specific plugin for scrolling, but there must also be a way to grab the scroll element out of the theme itself.

    I added the “menu-scroll-down” class to <a hreff and changed the css also in the child theme so it gets the class but it’s not working yet.

    Anyone knows how to get the scroll element properly?

    Thank you

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you sure it works from classes and not IDs? Normally you’d have to point to an ID:

    
    <a href="#foo"> Go to foo </a>
    <div id="foo"> Foo section </div>
    
Viewing 1 replies (of 1 total)
  • The topic ‘menu-scroll-down for other pages’ is closed to new replies.