Hi everyone,
In the nav nestable element, I want to create something like the image below. The image below is created with the text Link element only.
The challenge that exists is that if we put the text link element inside the nav nestable, it will be a challenge to achieve this goal. Because nav nestable adds a li tag to each element inside, and this causes us to face problems in customizing text link elements. So what is your solution to this challenge?
Thanks in advance