• I’d like to change the default text color both as seen by visitors to my site and even more important in the visual editor. Right now everything is gray, which is almost impossible to read for my eyes. I was able to change most text, as seen by visitors, by adding this to additional CSS:

    p { color: black; }

    However the visual editor text is still gray.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    What theme are you using?

    Where did you download it from?

    Thread Starter michaelmossey

    (@michaelmossey)

    It’s from organicthemes.com,and it’s called “origin”

    Moderator t-p

    (@t-p)

    – For pro or commercial product support please contact the author directly on their site.
    – As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there. It also allows the developers to be aware of issues with their code.

    Thread Starter michaelmossey

    (@michaelmossey)

    That’s not the only theme I use, I also use 2017. Although the text is not gray in 2017, I’m interested in learning about styling the visual editor in general. I looked at this article:

    visual editor styling guide

    Can you at least tell me if this is the right way to style the visual editor? The thing I’m not sure about is that this article refers to “TinyMCE” and I don’t know what that is.

    EDIT: okay I think I figured out the above. This guide did seem to be mostly correct; the thing I had to do was style the html .mceContentBody element.

    Also as far as the text color as it appears when rendered in the browser, I’m interested in learning in general how WordPress themes work. Is there some general element to use in the additional CSS, like p { color: black; } for styling ordinary text? Or is that always theme-dependent?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change default text color in both page and visual editor’ is closed to new replies.