How can I apply a css rule to all descendants of an elements August 14, 2023 by Tarik I used this, it work for me: .name-of-parent * { color: red; }