Is there a way to make one of the links in the secondary menu not clickable?
See below.
Thanks,
Hey c3idesign,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-4230 a {
pointer-events:none;
}
Best regards,
Rikard
Thanks – is there a way to remove the underline when hovering?