nav-link
), then choose the Visited
state from the selector dropdown.To change the color of a visited link in your Webflow site’s nav menu, you’ll adjust the style for the :visited
pseudo-state on the specific nav link classes.
nav-link
.nav-link
.nav-link
element selected, click the States dropdown (next to the class selector).:visited
state.:visited
state applies only to links that have already been visited in that browser session.Important Limitation:
Web browsers limit styling on :visited
links because of privacy concerns (e.g., disallowing background images or different layouts). You can still change text color reliably.
To change the visited nav link color in Webflow, create or select a link class, choose the Visited
state from the selector dropdown, and set a new text color. Publish your site to see the effect during live browsing.