Jump to content

Top horizontal menu v1.3 can't change menu item


Recommended Posts

Can't get the syntax for :nth(3) selector on this a tag, in the 3rd li tag.

What a mouthful. Is it even possible?

 

On this website

 

 

www.cutlassandcane.com/shopping

 

 

I am trying to change the color of the 3rd menu item. Bandoli to have red font. It is prestashop so I cannot add span tags around it, asit was cause issues elsewhere.

 

So, my question is, is there a way to do it through CSS using the 3 rd child, or nth, selector?

 

 

.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/

color:black;

font-size:14px;

}

 

Thanks for any help

 

Kip

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...