Please, anyone, I need help creating a custom active state indicator of the main menu navigation link. I already found the “Current” state, however, the problem is the way my navbar is set up, I cannot add divs or images inside the nav-link. Please any feedback is appreciated.
I leave an image representing what I want to create.
Pretty quick fix here! You’ll want to convert your nav links from text link elements to link block elements. Then, you’ll be able to style them with whatever you want. Hope this helps! Let me know if I can answer any further questions.