Fixed it anyway,
in-case anyone else is curious the code i needed for category pages were:
.category-1 ul li:nth-child(1) a { color:#F6921E; }
.category-6 ul li:nth-child(2) a { color:#A87C4F; }
.page-item-7 a { color:#4D4D4D; }
.category-7 ul li:nth-child(4) a { color:#57B6DD; }
.page-item-11 a { color:#EDDB00; }
.page-item-13 a { color:#009345; }
Hi.
This is really sound advice, but does anyone know how to make it so each menu item can be highlighted a different colour each?
e.g
menu item 1 orange on page 1
menu item 2 brown on page 2
menu item 3 grenn on page 3
and so on…