Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #432641

    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

    #433126

    Hi Haybazak!

    Add this to your custom CSS.

    .custom-color-heading h3 {
      color: inherit !important;
    }

    Cheers!
    Elliott

    #433616

    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 ?

    #434305

    Hey!

    Please try adding following code to Quick CSS as well

    .avia-section h1,.avia-section h2,.avia-section h3,.avia-section h4,.avia-section h5,.avia-section h6 {
    color: inherit !important;
    }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.