Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #666874

    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

    #667297

    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

    #667482

    Hi Rikard,

    you find the information in private content section.

    Best,

    Andreas

    #668406

    Hi Andreas,

    Please try this instead:

    #mobile-advanced li.current_page_item .avia-menu-text {
    color:green !important;
    }

    Best regards,
    Rikard

    #668616

    Hi Rikard,

    one more question on this topic. How can I change the color of the arrow which is displayed?

    Best wishes,

    Andreas

    #668842

    Hi Andreas,

    Please try this as well:

    #mobile-advanced a:before {
        color: green !important;
    }

    Regards,
    Rikard

    #670103

    Hi Rikard,

    thank you a lot, you can close this topic.

    Have a good week.

    Best wishes,

    Andreas

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Indicate current page on mobile menu’ is closed to new replies.