Site logo

Archived topic

a:focus in navigation

2 replies · Started by Martin on January 15, 2016

Viewing posts 1–3 of 3

Hey Tom,

i'm looking for the right css to change the a:focus state for the main-navigation.

I've added following code in a child theme:

.main-navigation .main-nav ul li a:hover {
color:#000000

}

But if i use tab-stops to hop between navigation-items, nothing changes.

Any suggestions?

Thanks in advance.

Best regards

haha...just saw it...

maybe i should use :focus

Greetings

Glad you got it sorted :)

For others:

.main-navigation .main-nav ul li a:focus {
    color:#000000
}
This archived topic is closed to new replies.