• Resolved sinnesfreude

    (@sinnesfreude)


    Hi dear support team!

    I have a similar problem I had in the past: In the onepager menu, two items are highlighted at the same (it is the 1st item, what remains active), although i activated “allow only one highlighted element …” But this only happens, after the first item was once active. On the first visit of the page, everything seems to be fine when scrolling down. The same appears, after clicking on a menu item. After that the first item remains active.

    Many thanks for support!
    Kind regards



    • This topic was modified 1 year, 2 months ago by sinnesfreude.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author malihu

    (@malihu)

    Hello,

    The highlighting you see is from Elementor/theme. I think you can bypass the active link styling by adding the following to your CSS:

    .elementor-1701 .elementor-element.elementor-element-29fcc728 .elementor-nav-menu--main .elementor-item.elementor-item-active._mPS2id-h {
        color: inherit;
    }

    Let me know

    Thread Starter sinnesfreude

    (@sinnesfreude)

    Hello Malihu,

    thank you for your answer. Indeed the problem with the active 1st navigation item is solved now. Great!

    But when I navigate to a part of the site, where 2 navigation items are visible, then I still have the problem, that I have two highlighted items. In my case, when you click on “reviews”.

    Thank you!

    Plugin Author malihu

    (@malihu)

    I see. Lets try another approach:

    In plugin settings disable/uncheck “allow only one highlighted element …” option and click save changes.

    In your CSS change:

    .elementor-nav-menu--main .menu-item > a.mPS2id-highlight {
        color: #d9a949 !important;
        ...
        ...
    }

    to:

    .elementor-nav-menu--main .menu-item > a.mPS2id-highlight-first {
        color: #d9a949 !important;
        ...
        ...
    }
    Thread Starter sinnesfreude

    (@sinnesfreude)

    Great! That was the solution! ?? Today you can say yourself, that you made someone very happy! Thank you very much!

    Plugin Author malihu

    (@malihu)

    You’re welcome. Glad I helped ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Two highlighted items, as soon as a menu item has been active’ is closed to new replies.