Tagged: color section, custom color, special headings
As seen in the picture all the black colored text is actually special headings with white as custom color // custom color is ignored
The white text is actually a text block with h2 text // h2 is ignored
using google chrome / safari on ios etc
Hi Haybazak!
Add this to your custom CSS.
.custom-color-heading h3 {
color: inherit !important;
}
Cheers!
Elliott
hi thanks that sorted the colors issue but i still needed to add another snippets of that code to all h1-6
any way to sort the issue where h1-6 inside text block element are ignored ?