A
A
Aidar2017-10-08 12:34:21
User navigation
Aidar, 2017-10-08 12:34:21

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

1 answer(s)
E
Eugene, 2017-10-08
@eGenius18

you apparently want such a code to be when creating a menu in the admin panel? then you will need to take the walker when setting up and shape it the way you want

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question