CSS nth Child Skip First

p:not(:first-child) { color: red; }
Amused Angelfish