How can I prevent users from being redirected to a link when clicking on the LI element itself?
Currently, when a user clicks on either the LI element or the link inside, they are taken to the linked page. What I want is for users to only be directed to the link if they specifically click on the link.
Do you have any suggestions on how to achieve this?
Thank you!