I am dealing with parent navigation items that have children, and I want to prevent the parent items from being clickable.
Here is an example of how they currently look:
<a href="parent">Parent Item</a>
Is there a way to select the <a>
tags with the class .parent
specifically and make them non-clickable?