Question:
How can I add carets to my desktop navbar and have them show on mobile too?
Product:
Wix Editor
What are you trying to achieve:
I have a horizontal navigation menu in my website that has dropdowns. Wix doesn’t add carets (dropdown arrows) to the menu automatically, so I had to manually add them to the pages’ titles. This works well. However, on mobile devices, Wix automatically adds carets, which means that now I’m seeing my manually entered carets AND Wix’s. I just want to see one caret on mobile. Here’s a preview of my view on mobile: caret-question
What have you already tried:
I’ve tried dynamically deleting the caret based on viewport through code in Velo. However, Wix’s dropdown menu isn’t build like a “normal” html, which has parent and children elements. Therefore, I can’t reach the dropdown items, Wix only provides the ID for the entire menu. I also tried adding the caret dynamically, but I have the same issue, I can’t reach each item from the menu, only the menu itself.