Navigation/Menu Link Colors

Hi!

My sticky header is white so my white navigation/menu links don’t show up against it once you scroll down.

Is there any way I can have the colors of the nav/menu links change once the sticky header is scrolled down? Or may I please have the code to simply change the color of the nav/menu links?

Thank you.

Website

hey there

Please add this CSS in appearance - customize - additional CSS

.is-sticky .top-header .header-navigation ul li a {
color: black !important;
}

Thanks!
Colorlib Support Team