Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #420200

    This bug on the main navigation menu : for example when you click “ resource”, all the sub menu buttons turn red, even you don’t click them. When you click sub-sub-menu “ Bed bug”, “ Bed Bug” is still white, but all sub menu buttons are red.

    Clicked sub-sub menu button should also stay in red; for the sub menu, only related button turns red, not all of them

    to summarize it happens on the inner pages menu, it is only fixed on the homepage
    eg – http://ecoraiderusa.com/insects101/ – when i am on this page and you hover over “resource” look at the dropdown menu text color
    http://ecoraiderusa.com/whyecoraider/ – when i am on this page and you hover over “why ecoraider” look at the dropdown menu text

    my site
    http://ecoraiderusa.com/

    #420479

    Hi navindesigns!

    You have following code in Quick CSS

    li.current-menu-item a {
      color: #f26621!important;
    }

    Please change it to

    li.current-menu-item > a > .avia-menu-text {
      color: #f26621!important;
    }

    Cheers!
    Yigit

    #420515
    #421357

    Hi!

    You haven’t changed your custom code yet. Change it as Yigit instructed and let us know when your done so we can check on our end.

    Also be sure to clear your browser cache and any caching related plugins you might have installed.

    Best regards,
    Elliott

    • This reply was modified 9 years, 7 months ago by Elliott.
    #421368

    I just changed it

    #421379

    but it still isn’t working

    #422050

    Hey!

    I’m still seeing only this.

    li.current-menu-item a {
      color: #f26621!important;
    }

    Are you not sure how to remove it from your custom.css file? Are you using a caching plugin?

    Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. And then add this to your custom CSS.

    li.current-menu-item > a > .avia-menu-text {
      color: #f26621!important;
    }

    Best regards,
    Elliott

    • This reply was modified 9 years, 7 months ago by Elliott.
    #422254
    This reply has been marked as private.
    #422610

    Hi!

    Please add following code to Quick CSS

    ul.sub-menu li.current-menu-ancestor a {
      color: #f26721!important;
    }

    Best regards,
    Yigit

    #423137
    This reply has been marked as private.
    #423893

    Hey!

    I checked the site then went to the bed bug page. The “Insect” and “Resources” menu items are both highlighted. Please remove browser cache then reload the page.

    Regards,
    Ismael

    • This reply was modified 9 years, 7 months ago by Ismael.
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.