Okay
  Public Ticket #3344049
Random white text?
Closed

Comments

  •  1
    Paul started the conversation

    Dear Sir or Madam, 

    We are noticing that some of our posts have random white text instead of black text. This makes parts of our posts impossible to read. We have tried many different things to prevent this happening and to change it to black, but the issue still occurs. Can you help?


    Thanks,


    Paul.

    Attached files:  Screenshot 2023-04-08 at 13.14.23.png

  •  1,882
    Judith replied

    Hi Paul,

    Thanks for writing to us.

    Please try this css:

    .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
        color: #000;
    }

    Thanks.