I use a simple arrow at the end of my page to link back to the to of the page
<a class="arrow-up" href="#menu-tophomesitemapsearchlanguageswitcher"></a>
If the user clicks on that arrow the page goes to Top as wanted, because the element with the id #menu-tophomesitemapsearchlanguageswitcher
is in the Header.
But you can see it in the Browser ULR URL/#menu-tophomesitemapsearchlanguageswitcher
is there a way to hide that the id of the element where i did href
to is appedned to my URL.
Just that the common user doesnt see it :)