I\'ve read tricky questions such as Select first Descendant with CSS or How do I hide only the first element of a type? but mine doesn\'t match these ones.
I have th
.parent > div:first-child > p:first-child
Here you go, this should work for you