Hey Kriesi team,
I have another little problem with my site afte the latest update.
Usually, the sub-menu items are indicated with a small bar. This is not working any longer – just the top-level entries are indicated.
I have used this code:
.current-page-ancestor > a > .avia-menu-fx {
opacity: 1 !important;
visibility: visible !important;
Have you any idea how to fix this?
Thank you in advance and best wishes,
Andreas
Hey andreasobermeier!
Please add following code to Quick CSS
.current-menu-ancestor .avia-menu-fx {
opacity: 1;
visibility: visible;
}
Best regards,
Yigit
Hey Yigit,
thanks for the fast reply. Works perfectly.
Have a good week,
Andreas
Hi Andreas,
Glad to hear it worked! Reach out to us again on the forum for anything else you may need assistance with.
Best regards,
Jordan