Hello !
What would be the most efficient way to change the font color of the elements in the header (especially navigation links)?
I have the possibility to add "style = color:red " at the end of the navigation item but it seems to be some kind of dirty work.
By default, the texts have a color and a different color on hover, so I guess it is taken care of in the CSS element but I can’t seem to find the right one.
I tried changing these ones but it doesn’t change anything
I also tried adding this to the CSS element to match the id found in the debugger, but it doesn’t work either
Anyone has any idea ? I’d like to find a clean solution !
Thank you for reading