Remove link in Extra Menu
-
How can I remove link/hover color in the Extra Menu title?
I would like it to be just a Title text.
See attached photo for reference.
Attachments:
You must be
logged in to view attached files.
Hello,
Megamenu block uses an Extra menu list element, enter it and remove the URL: https://gyazo.com/1128a70438adeb1568123a3eed32c40b
If you have any questions please feel free to contact us.
Best Regards
I have remove the # in the URL, but when I hover there is still a colour. I just want it to be a text without hover.
How can I do it?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-navigation .menu > li.menu-item-design-sized .sub-menu li a:hover{
color:red;
}
Set the color as per your needs.
Best Regards