Home › Forums › CSS › Target with CSS all h2 EXCEPT first one on a page › Re: Target with CSS all h2 EXCEPT first one on a page
February 28, 2011 at 1:16 pm
#57734
Participant
What is the proper way to designate the h2’s you want to style…
:nth-of-type(2-10) would be the 2nd through 10th h2?
or (2-*) would be the 2nd through all present h2’s?
or something else?