Answer the question
In order to leave comments, you need to log in
How to remove class nav from yii\bootstrap\Nav?
In the menu I specify the option 'options' => ['class' => 'main-nav'],
on the output I get class="main-nav nav" how to remove the extra nav ?
why add it at all?
I need a menu like this
<li><a class="ico ico-catalog" href="#">Каталог</a></li>
<li><a class="ico ico-works" href="#">Работы</a></li>
Answer the question
In order to leave comments, you need to log in
The issue was resolved
'template' => '<a href="{url}" class="ico ico-about">{label}</a>',
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question