Home › Forums › Support › color nav menu › Reply To: color nav menu
Posted 6 years, 3 months ago
This is for the main menu but I want to change de the color for the rigt menu.
I have changed it to
.sp-module-content >li:hover>a {
color: red !important;
}
.sp-module-content .nav menu li >a:hover,
.sp-module-content .nav menu li.active>a,
.sp-module-content >li.active>a {
background: red !important;
}
but it doesn’t work.