We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d98dbc commit d7b5f54Copy full SHA for d7b5f54
1 file changed
resources/template/body/menu/mainmenu/menu.html.twig
@@ -2,7 +2,7 @@
2
{% if node.caption %}
3
<h2>{{ renderNode(node.caption) }}</h2>
4
{% endif %}
5
- <ul class="level-1">
+ <ul class="menu-level-main">
6
{% for entry in node.menuEntries -%}
7
<li><a href="{{ renderLink(entry.url) }}"
8
class="nav-link {%- if node.currentPath == entry.url %} current {%- endif -%}{% if entry.url in node.rootlinePaths %} active {%- endif -%}"
0 commit comments