Visited State for Drop Down Menu
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Michael
Give this a try:
.main-navigation ul ul a:visited { color: blue; }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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.