I am trying to set a link selector to direct to two pages in a navigation panel. Every time I try to select the second link it automatically selects the remaining ones in the panel. Is there a way for me to only set the two that I want? Thanks.
Hi!
Yes, it requires you to use :nth-of-type(n) / :nth-child(n) CSS selector to select particular element in a list of elements of the same type.
It's best written in here:
http://nthmaster.com/