Hi,
I faced difficulty to create title in the mega menu.
I want to make the mega menu like:
In side of Mega menu:
<ul>Product
<li><a href="http://www.myshoppage.com/ring">Rings</a></li>
<li><a href="http://www.myshoppage.com/bracelets">Bracelets</a></li>
</ul>
To add the text of All Product in the mega menu, I created product category as All Product, then added to the menu.
So far, I tried:
Add CSS class(show_title_only) in the Product CSS class.
Then, add CSS lines in the editor:
.show_title_only{
pointer-events: none;
cursor: default;
}
But, if I use this, all links are disabled under the Product.
Since I made Rings, Bracelets… in the sub menu of Product.
Next, I changed all of them are same level, the link issue was fine. But they were not showing under Product.
Please advise.