Font Color

One of my pages magically turned from gray font color (example in image) to red font color (image attached). I'm trying to change the red back to our standard gray color, but I can't see to find how to do this. I went to the edit theme options, but can't figure it out.

Parents Reply
  •  You can try looking at where the color is coming from using your browser tools. Try these steps (I'm on a Mac using Chrome, yours might be slightly different depending on any browser/system differences)

    1. Right-click on some piece of that (new) red text
    2. Click "Inspect"
    3. Locate the section of text that defines the...
    4. CSS/style for the color being defined
    5. See the list of what CSS is affecting the color of that text as the top item on that list "wins" (which is likely red).

    Hopefully, the CSS classes shown on 4 & 5 can help point to where the color was introduced and then you can find out what new code was added causing this.

Children