current/selected menu link color not working
Answered on May 31, 2016.
Best answer
Hi Nicolas,
Try this code with your color code offcource.
.header-site.invert .nav-horizontal li.current_page_item > a, .header-site .nav-horizontal li.current_page_item > a{ color: #EF7F00; }
– Dieter
Ah… sweet! That did the trick! 🙂
Thank you so much!