Reply To: color nav menu

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


Hi there,
Hover and active color are assigned to main color, if you wish to change the color, simply add

.sp-megamenu-parent >li:hover>a {
  color: red !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a,
.sp-megamenu-parent >li.active>a {
  background: red !important;
}

into custom.css file (located at joomla/templates/template_name/css/custom.css)
replace red with your color style