Home › Forums › Support › color nav menu › Reply To: color nav menu
Posted 6 years, 6 months ago
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