Changing the colour on the navigation on one menu item

Hello,

We are using Symmetry theme and last year I managed to change one of the menu items to a different colour in the options, but now it seems like I have to edit the code as I can’t see how I did it last year. Does anyone know if this changed? I really don’t want to mess with the code if I can avoid it!

Thank you!

Hiii
use this in CSS

menu_item_class_name:nth-of-type(number_of_menu_item) {
  color: red;
}

and see if it works. Replace the class name and menu item number as per your theme
Thank you!

Thank you for your reply, do you know where I would put this?