changing the menu color

Good morning. I tryed to do it on my own, but it is lasting too long until I get the solution. I woulf like to change tthe menu color. Not talking about the mouse over. I am talking about the normal display that appears right now in the same color as the backgroung. Could you please help me? my website is https://becool.shoes/
Cheers from Madrid
Jean-Marc

Hello,

I hope you are doing well today.

You can use the following CSS code to change the font color by going to Appearance > Customize > Additional CSS and pasting it there.


.sf-menu > li > a, .sf-menu > li.dropdown > a {
    color: #000;
}

Best Regards,
Support

Thank you very much. It works perfectly

I will close this case now, Feel free to contact us again if you have other questions

Thanks!