I'm a newbie, and I spent a lot to find answer but I think I didn't search correctly.
How do I write this in one line?
.black h1 {
color: #ffffff !important;
}
.black h2 {
color: #ffffff !important;
}
.black h3 {
color: #ffffff !important;
}
.black p {
color: #ffffff !important;
}
Thanks In advance