I need to be able to style the :visited links. They all get this terrible purple underline and color. Where are the settings for this?
The Webflow UI doesn’t have a control for visited links yet.
You can use some CSS in the costume code section of the page or site settings to style those links.
<style>
a:visited {
color: pink;
}
</style>
Hope that helps
2 Likes
So visited link styling isn’t yet supported I take it? This is a pretty important feature to add in the future because you can’t have logos and other things inside block turn bright purple with underlines.
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
Now, you can style the text color, background color, and border color of visited links by choosing the visited state from the States menu.