Archived topic
Simple text in secondary menu
5 replies · Started by Howard on October 10, 2018
Hi guys
Is there a “basic” way of just adding text or a slogan to secondary menu?
I put in page custom ( it has link) which I don’t need) and text is fine ; it does however have a ‘hover’ for link I don’t need.
Any ideas
Thanks
Howard
Hi there,
You could add it as a custom link and in the URL field you can place a #
Let me know if that's what you're looking for or not :)
Hi Tom:
Text comes out fine, centered. Still a "hover" color over the text when # is put in URL? on custom link
Is that about normal ?
Howard
Yup that is normal.
Try adding menu-text as the custom class, then use this CSS:
.main-navigation .main-nav ul li.menu-text a:hover {
background-color: transparent;
}
Let me know :)
Hi Leo
in url custom spot I put menu-text (http://menu-text)
then the custom css
Still the hover color ???
Howard
The menu-text needs to be added as custom class, not URL.
Click on the custom class link above for instructions.
Let me know :)