• Resolved zappalajohn

    (@zappalajohn)


    I have my :active section highlighted in dark green when scrolling to them. But it doesn’t reflect that when changed to she-header. I tried CSS code and !important, but nothing will change. Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robert Wattner

    (@rwattner)

    Hi, try this code

    .she-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
        color: #144536 !important;
    }

    or possibly this code

    .she-header .elementor-nav-menu--main .elementor-item.elementor-item-active a {
        color: #144536;
    }

    Let me know if this works for you

    Thread Starter zappalajohn

    (@zappalajohn)

    Perfect! Thank you so much!

    Plugin Author Robert Wattner

    (@rwattner)

    No problem at all! Elementor uses an active class rather than adding :active to the selector. Let me know if there is anything else I can help with.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Active Menu Item not highlighted’ is closed to new replies.