Hello Webflow community,
I need some help figuring out the following issue I am having on my portfolio site.
I have a fixed Navbar at top of page and when the page scrolls down the nav links change color to blue when triggered by the sections to which they are linked. I did not choose this blue, and its not in my site palette, so it looks out of place. It seems to be a Webflow standard link color.
I cannot figure out for the life of me how to edit this focused color state. I changed all of my custom link class states to a custom color, and it didn’t make a difference. As well as the “all links” class focused states.
Ive seen other forum posts of people having this same issue, and tried some solutions recommended there. One that seemed to work at first (but then failed) was adding the below custom code to the heading of the page.
*:focus a { color: #FFFFFF; } a { text-decoration: none; }Any help here is greatly appreciated! Im sure Im missing something.
My read only link is below. The issue is in the main nav, when you scroll to each anchored section the nav items (Work, About, Services, and Contact) Change to a “Webflow-link-blue”. I want to edit this color to something in my palette.