Hello,
Can you please help me. I try to change the red color in the top navbar, but i can’t find this color in the css. I try to change nav colors with this code:
.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu ul {
background: none repeat scroll 0 0 #2b2b2b;
border-bottom: 5px solid #00a1e0;
}
and put it in custom, but this will not change the red “buttons” in the nav.
When i hover, you see a blue color, i want this blue color also instead of the red one.
Thank you!
Marc