Answer the question
In order to leave comments, you need to log in
How to build such a menu in wordpress?
Hello! I saw a lot of manuals for building menus, but there you just had to add classes for ul, li, a.
I need to somehow assemble a menu like this:
<ul class="itemsContainer" id="itemsContainer" style="text-align:right;">
<li class="button" id="button" style="width: 99px; height: 25px; position: relative; box-sizing: border-box; overflow: visible;">
<a class="buttonlink" href="#" id="buttonlink">
<div class="button_gapper">
<div class="Buttonbg" id="Buttonbg" style="text-align:right;">
<p class="Buttonlabel" id="Buttonlabel" style="text-align: right; line-height: 25px;">Главная</p>
</div>
</div>
</a>
</li>
</ul>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question