So it is great to see that hover effects for the sub elements can be applied in the main settings of the dropdown element and the styles can even be copied. Unfortunately the styling will not be applied once the nav link elements are sorted in column elements which is a common thing for Shops with a lot of sub categories.
This is how it is setup:
Hi Mike,
Thanks so much for your report!
If you follow the ul > li
structure, it works as expected.
Please change your “column” div tags to li
so the styles apply correctly.
Best regards,
timmse
Oh, I would have never come to that idea. Thanks. I went there and applied the hover styling to the nav link element and copied that styling to the other ones. Would be great if the column would set itself to li in that situation as initial impression was the Dropdown settings parameters stopped working.
With such a complex element as the nestable nav and an infinite number of scenarios, this is almost impossible. It would work for some, but not for others…
Alternatively, you could also use a class on the text links and style it separately - nevertheless, it makes sense to respect the markup and apply it correctly.