How to change menu colors
-
I am using Misty Lake on a self-hosted account. How do I change the background color and font color of the selected menu tab?
I was able to change the non-selected tab and color:
.main-navigation ul li a,
.widget {
background: #000000;
color: #ffffff;
}But I want to also change the selected menu tab.
Thanks!
- The topic ‘How to change menu colors’ is closed to new replies.