Styling Navbar

Hi,

In my site the links in the navbar are black. I have a slider in the top with an embeded video, so when it plays it’s almost impossible to notice the links.

I could change the color to white, but if I did it, I would also be changing the color in the sticky menu, that is white, so links wouldn’t be visible.

So, how could I change the links color when they are over the video without affecting the color when they are displaying in the sticky menu?

Website: Zonapablo.com

Thanks.

hey there

Please add this CSS in appearance - customize - additional CSS

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

Thanks!
Colorlib Support Team