I would like to set the text color of the fancy header per page.
I found the css for the text color, but not sure how to get it to work per page.
I have some pages using background pictures that are dark so on those pages I want the text to be white, on some pages I am using pictures that are light so I want the text to be black on those.
The following in the custom CSS box does not work.
.fancy-heading.fancy-image.light-style h1, .fancy-heading.fancy-image.light-style h3 {
color: #000000!important;
}
.fancy-heading.fancy-image.dark-style h1, .fancy-heading.fancy-image.dark-style h3 {
color: #fff!important;
}