Home › Forums › Support › color nav menu › Reply To: color nav menu
Posted 6 years, 3 months ago
Here the code
#sp-right .sp-module-content .nav.menu li:hover a,
#sp-right .sp-module-content .nav.menu li.active a,
#sp-right .sp-module-content .nav.menu li.current.active {
background: red !important;
color: #fff;
}
If you want to remove the nav icon, simply add
#sp-right .sp-module ul >li >a:before {
display: none;
}
#sp-right .sp-module ul >li >a {
padding-left: 10px;
}