Forum Replies Created

Viewing 16 replies (of 16 total)
  • Thread Starter GisokuBudo

    (@gisokubudo)

    Thanks for the reply vtxyzzy!

    I’ve put your code in, and it hasn’t inserted that extra bit of HTML between the heading tags; instead, it’s inserting the following between the sub-menu tags:

    <li nav-menu-divider="" class-=""/>

    FYI, my site’s URL is: https://www.gisoku-budo.com/ if you want to see the code in context.

    Any chance you could have a look at that great snippet of code you provided to help move the extra divs to being inserted at the base heading styles and clean up the inserted tags, e.g.

    Currently:

    <li nav-menu-divider="" class-=""/>

    Should be:

    <li class="nav-menu-divider"></li>

    Thanks again, I really appreciate your help ??

Viewing 16 replies (of 16 total)