Hello,
I'm using the one page menu on my website.
Is it possible to display the names of the anchors? Example: https://domainname.com/#start-section
It is currently hidden when I click on a menu item.
I am using the data-offset attribute and would not like to remove it. This allows the website to function properly.
When I remove the data-href or data-scrollto attribute then the offset doesn't work.
My HTML basic structure:
Title
-
[
Start
](#start)
-
[
Second section
](#second-section)
-
[
Third section
](#third-section)
