Reply To: color nav menu

Home Forums Support color nav menu Reply To: color nav menu


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;
}