Voor anderen, de link is
http://folienoire.be/
In je theme css zoeken naar deze code:
#mainnav-menu a:hover, #mainnav-menu a:active, #mainnav-menu ul a:hover, #mainnav-icon:hover, #social-icons-menu li a {
background-color: #dd3333;
}
Daar toevoegen #mainnav-menu a:hover zodat het lijkt op:
#mainnav-menu a:hover, #mainnav-menu ul a:hover, #mainnav-icon:hover, #social-icons-menu li a {
background-color: #dd3333;
}
Foutje, niet a:hover maar a:active bedoelde ik. Dus eind resultaat met zijn,
#mainnav-menu a:hover, #mainnav-menu a:active, #mainnav-menu ul a:hover, #mainnav-icon:hover, #social-icons-menu li a {
background-color: #dd3333;
}
Ik heb
#mainnav-menu a:active, #mainnav-icon:hover{
background-color: #dd3333;
}
toegevoegd aan mijn originele theme css omdat die daar nog niet in stonden.
In css van mijn child theme heb ik dan toegevoegd:
#mainnav-menu a:hover, #mainnav-menu ul a:hover, #social-icons-menu li a {
background: #dd3333;
}
Geen resultaat…
Bij de eerste heb je :hover ipv a:hover.
Misschien maakt dat uit? En je browser cache verschonen!
—
Clean your browser cache, and then check to see if the issue is now fixed.
Choose your method at the top for instructions: http://www.wikihow.com/Clear-Your-Browser%27s-Cache