<ul id="menu-main-menu">
<li class="has-mega-menu">
<a href="#">Getting Pregnant</a>
<ul class="sub-menu">
<h3>Topics</h3>
</ul>
</li>
<li><a href="#">Pregnancy</a></li>
<li><a href="#">After Pregnancy</a></li>
<li><a href="#">New Born</a></li>
<li><a href="#">New Parents</a></li>
</ul>
The thing is that the h3
or p
isnt allowed as a child of a ul
. In my situattion I need to add a title like "Topics" then below some li
s . HWhat is the best option to do this? The correct one?
Thanks
`?
` (as you stated) is not correct , since there's no `