CSS code to change colour of active page in nav menu

Can anyone help with how I would use some CSS code to overwrite the colour of the text in the main nav menu when on the page. For example, when you are on the About Us page the text turns grey which is a bit difficult to see on some backgrounds.

Website is adfusion.co.uk and I’ve tried adding some amateur css code in site header html but nothing seems to work.

2024-01-26 at 1 .00.47.png

Hey @seanddavies1 .navigation-primary a.active-item{color: color;} would be what you’re looking for!

I’d recomend adding it to your child.css stylesheet.