Hi there,
I have a heading 1 style globally set for white text. On some pages I want this to be black (blog)
I have a parent div - blog-container. I dont want to make a new class for heading 1.black.
Id like to be able to say any h1 inside the blog-container to be black.
.blog-container h1 {
color: #000
}
How can this be done?
Here is my site Read-Only: LINK
(how to share your site Read-Only link)