I want to change the bg-color of .circle.icon if posts-item is hovered. Any idea how to accomplish that, possibly without Javascript?
.circle.icon
posts-item
Like so.
.posts-item:hover .circle.icon { background: green; }
No jQuery - Everyone's happy :)