Is there any way for me to target the third div is this list and apply a new CSS class to it?
With CSS, JS or jQuery if possible. (or anything else anyone can think of)
<div class="item"><p>TEST TEST</p></div>
<div class="item"><p>TEST TEST</p></div>
<div class="item"><p>TEST TEST</p></div>
<div class="item"><p>TEST TEST</p></div>
<div class="item"><p>TEST TEST</p></div>
<div class="item"><p>TEST TEST</p></div>