Ignored by parent class
-
I’m having troubles to exclude some links because the tag has no class. I only can identify it by the parent class (a DIV). So my question is simple: How can I exclude the links into a given parent class?
For example, this:
<div class="anyClass"> <a href="https://domain.com/test" /> </div>
How can I exclude the link inside “anyClass”? Does it works something like “myClass a” like in a CSS selector? The issue is because the plugin is adding the internal link icon to some links into my page Mega Menu.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Ignored by parent class’ is closed to new replies.