How to apply CSS to only immediate children of a certain class April 24, 2023 by Tarik .outer > h2 { color:red; } this way only the direct child of the outer div get this color value, should fix the job.