-
AuthorPosts
-
March 30, 2015 at 6:07 am #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 textmy site
http://ecoraiderusa.com/March 30, 2015 at 3:04 pm #420479Hi 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!
YigitMarch 30, 2015 at 3:34 pm #420515I am sorry but that did not fix it :(
http://ecoraiderusa.com/whyecoraider/
http://ecoraiderusa.com/insects101/March 31, 2015 at 5:22 pm #421357Hi!
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.
March 31, 2015 at 5:27 pm #421368I just changed it
March 31, 2015 at 5:35 pm #421379but it still isn’t working
April 1, 2015 at 5:43 pm #422050Hey!
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.
April 2, 2015 at 4:13 am #422254This reply has been marked as private.April 2, 2015 at 5:09 pm #422610Hi!
Please add following code to Quick CSS
ul.sub-menu li.current-menu-ancestor a { color: #f26721!important; }
Best regards,
YigitApril 3, 2015 at 4:10 pm #423137This reply has been marked as private.April 6, 2015 at 12:47 pm #423893 -
AuthorPosts
- You must be logged in to reply to this topic.