Hi,
I've managed to change all my colours in CSS apart from the main menu in top.
Can you please direct me to which file and where it would be found.
thanks in advance
#main-menu > li.current-menu-item,
#main-menu > li.current_page_item,
#main-menu > li:hover,
#main-menu > li a:hover,
#main-menu > li.active > a,
#main-menu > li.current-menu-item > a,
#main-menu > li.current_page_item > a,
#main-menu > li.current-menu-ancestor > a,
#main-menu > li.current-menu-parent > a {
color: #eb1e00;
}
#main-menu > li:first-child > a {
color: #ddd;
}
#main-menu > li:nth-child(2) > a {
color: #aaa;
}
#main-menu > li:nth-child(3) > a {
color: #188;
}