• Resolved edavis10

    (@edavis10)


    All of a sudden, navigation links in the header menus are given a background when they are selected. I have had this set up for the sidebar menus in the product category pages for a while and it hasn’t caused an issue. Please help.

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey @edavis10:)

    Go to Appearance —-> Customize —-> Additional CSS and Paste the following code:

    .elementor-997 .elementor-element.elementor-element-6cb05a9e .elementor-nav-menu--main .elementor-item:hover, .elementor-997 .elementor-element.elementor-element-6cb05a9e .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-997 .elementor-element.elementor-element-6cb05a9e .elementor-nav-menu--main .elementor-item.highlighted, .elementor-997 .elementor-element.elementor-element-6cb05a9e .elementor-nav-menu--main .elementor-item:focus {
    color: black;
    }
    Thread Starter edavis10

    (@edavis10)

    Hello,

    Thank you all for your answers. However, none of these seem to work.

    Thank you,

    Emma

    Hey @edavis10

    I was a bit unclear with what you wanted removed therefore maybe the code didn’t work as you expected. It would be really helpful if you could attach a screenshot, use this: https://snipboard.io/ – marking parts which u want removed.

    Thread Starter edavis10

    (@edavis10)

    Here is an example. When I am on the Nutrition page, the menu item has a light purple background. I don’t want that to be there. https://snipboard.io/fRawKo.jpg

    @edavis10 Okay i got it.

    Use this:

    .elementor-997 .elementor-element.elementor-element-66313cd .elementor-nav-menu--main .elementor-item {
    background-color: #00000000;
    }
    Thread Starter edavis10

    (@edavis10)

    Unfortunately, that didn’t work either.

    Hey @edavis10

    I apologize but it seems i took the wrong id, here it is:

    .elementor-997 .elementor-element.elementor-element-78f8fd4 .elementor-nav-menu .elementor-item {
    background-color: #00000000;
    }
    Thread Starter edavis10

    (@edavis10)

    That worked! Thank you! Do you know how I could also remove it from this menu? https://snipboard.io/eadB1s.jpg

    @edavis10

    Here you go:

    .elementor-997 .elementor-element.elementor-element-6cb05a9e .elementor-nav-menu .elementor-item {
    background-color: #00000000;
    }
    Thread Starter edavis10

    (@edavis10)

    You’re the best!! Thank you!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to disdable background on active menu items’ is closed to new replies.