Hello,
Please check http://www.bettyswoonrecept.nl/wp
I’ve added this code to change the color of the current menu item but it’s not working. What am I doing wrong?
.current-menu-item > a {
color: #a81010!important;
}
Thanks for your answer!
Martine
Hey famewebdesign!
Try this out.
.current-menu-item > a > .avia-menu-text {
color: red !important;
}
Best regards,
Elliott
Thanks Elliott! That works!