M
M
Maxim2017-03-20 07:40:30
Drupal
Maxim, 2017-03-20 07:40:30

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>

... from which it is very necessary to get rid (remove).
Please help me figure out how to do this in the most "environmentally friendly" way.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Vasiliev, 2017-03-23
@MToUCH

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 question

Ask a Question

731 491 924 answers to any question