• Hello, I need to edit code of menu widget.
    I need to make from this:

    <ul>
    <li><a>  Page 1 </a></li>
    </ul>

    this:

    <ul>
    <a><li>  Page 1 </li></a>
    </ul>

    Can anyone help? Thanks

  • The topic ‘[Theme: sorbet] Editing code of widget menu’ is closed to new replies.