This topic has 4 replies, 3 voices, and was last updated 8 years, 4 months ago ago by 8theme
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.
Hello,
Coul you provide the link to your site, because I’m not sure if understand structure of your menu. Do you want to show column title but it should not be link? Then use custom link element and # instead of url http://prntscr.com/btydcp
Regards
Hi Olga,
Thank you! I tried your way and works well.
Thank you again.
You are welcome!
Tagged: customizable, megamenu, responsive, templates, woocommerce, wordpress
The issue related to '‘Mega menu – title without link’' has been successfully resolved, and the topic is now closed for further responses