Hi, how can I make columns titles in mega menu and they are not clickable.
At the moment i have titles with a behavour like links.
i just want to make a column title which is not cklickable.
Is this possible or very easy and only I didn´t unterstood it.
ridcon
Hey ridcon!
Please add this on your custom.css or Quick CSS:
#top #header .mega_menu_title a {
pointer-events: none;
}
Best regards,
Ismael
Hi, thank you. Great support.
ridcon