Link to home
Start Free TrialLog in
Avatar of jblayney
jblayneyFlag for Canada

asked on

Menu Selected on Chrome for Windows

This problem is only happening on Windows Chrome and I do not have access to that.

If you go to this page
http://www.hatchyoga.com/benefits-of-yoga/

Then open the About Hatch Yoga menu, you will see that Benefits of Yoga is highlighted orange , can you please tell me what class and line number is causing this?

I want to be able to make the colour something else
Avatar of Thomas Wheeler
Thomas Wheeler

I do not see that in chrome on Windows 10 User generated image
ASKER CERTIFIED SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jblayney

ASKER

Hello,

I see it now, it also changes the rest of the fonts to black. How do I fix this? The menu click event is built into Wordpress, not something I wrote.
It is a theme "issue". Is it a custom theme or one installed from Wordpress themes?
It is a theme I developed
Let me check
Can you remove the links from the menu items for example "http://www.hatchyoga.com/benefits-of-yoga/#"
do you mean the # at the end of the URL that appears after the menu is clicked open?
I mean, totally remove the link from the menu items that have sub items
Ok I have isolated it down to this style, the problem is that If I remove it also removes the roll over effect which is supposed to be an orange background with white text.

How do we split this into 2 styles, one for a rollover for desktop menu, and another for a menu item selected for the responsive  menu

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color:  #d17c07;
    color: #fff;
} 

Open in new window

i added one link with no URL to menu
I do not see main menu item without then link. Perhaps deploy JQuery that removes the link from then main menu
this site got launched and I deleted it a week or two ago, this thread is kind of dead now