Answer the question
In order to leave comments, you need to log in
How to remove "go to main content" link in Drupal 8?
There is a link in the page code:
<a href="#main-content" class="visually-hidden focusable skip-link">
Перейти к основному содержанию
</a>
Answer the question
In order to leave comments, you need to log in
From your site_root/themes/YOUR_THEME/templates/system/html.html.twig
You need this code:
<a href="#main-content" class="visually-hidden focusable skip-link">
{{ 'Skip to main content'|t }}
</a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question