Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How do I add a vistited state to the drop down menu for Vantage?
I have tried to add:
.main-navigation ul ul li :visited > a {
background: #cccccc;
color: #FFFFFF;
}
But it is not showing up.
Thanks for your help.
Michael
Hi Michael
Give this a try:
The background color is set a list item level, not a link level so I’m not sure how easily you can change the block background color based on the link state of visited.
Thanks for the work around…this is very helpful!
Not a problem, glad we could help.