Hi there.
I want the color of the line below the active page & hover links in the main navigation to be orange. When I scroll down and get the sticky header, it is correct, but not before that. I’m sure it’s simple but I’m spinning in circles.
Here is a photo of the black line I want to change to orange.
Hi outofnowhere!
You can change that with the following CSS.
.avia-menu-fx {
background: orange !important;
}
Best regards,
Elliott
Worked great! Thanks a ton. ~Mary Beth