Tagged: logo link
Hi,
I try to set an a:focus style on the logo image link.
.logo a:focus {
outline: 1px dashed red !important;
}
It does not work.
Also other images (flags in the top navigation for example) have the same problem.
How can I fix it?
Regards, Susanne
Hey sue007,
Can you try to use:
.logo a:hover{
outline: 1px dashed red !important;
}
Hope it helps.
Best regards,
Nikko