Hi there Kriesi team,
I want to achieve that the user sees where he is right now, when using the website on a mobile device.
For this I already checked the forum and tried this code:
#mobile-advanced li.current-menu-item {
background-color: lightblue;
}
Unfortunately this doesn’t apply. Do you have an other soulution for that?
Thank you in advance.
Andreas
Hi andreasobermeier,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi Rikard,
you find the information in private content section.
Best,
Andreas
Hi Andreas,
Please try this instead:
#mobile-advanced li.current_page_item .avia-menu-text {
color:green !important;
}
Best regards,
Rikard
Hi Rikard,
one more question on this topic. How can I change the color of the arrow which is displayed?
Best wishes,
Andreas
Hi Andreas,
Please try this as well:
#mobile-advanced a:before {
color: green !important;
}
Regards,
Rikard
Hi Rikard,
thank you a lot, you can close this topic.
Have a good week.
Best wishes,
Andreas