This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Visited State for Drop Down Menu

11 years ago · Last reply by Andrew Misplon 11 years ago

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

3
  1. Andrew Misplon Staff 11 years, 10 months ago

    Hi 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.

  2. michael smith 11 years, 10 months ago

    Thanks for the work around…this is very helpful!

  3. Andrew Misplon Staff 11 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread