I just managed to change my menu color with this code:
.menu,
.menu a,
.menu a:hover,
.menu .current_page_item a,
ul.menu > li:hover {
background: #4C2D81;
border: none;
filter: none;
text-shadow: none;
}
However now I need to change the mouse over color and the rest of the bar that’s in blue into purple. I guess this code just needs some tweaking ?