Home › Forums › Back End › Change WordPress menu markup/classes › Reply To: Change WordPress menu markup/classes
November 20, 2016 at 12:06 pm
#248048
Participant
Ok I’ve managed to stop the <div class="menu">
from being added around the <ul>
.
Basically 'container' => false
will work but you need to create a new menu add give it the same theme_location
that is referenced in functions.php
Just the additional classes on the list-items and anchors to sort now :o