• When using the editor, the text color always defaults to grey even though I keep changing it to black. Does anyone know how to make the default color black and make it stay on black?
    Thanks,
    Jeff

Viewing 5 replies - 1 through 5 (of 5 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter eventors

    (@eventors)

    Here is a screen capture of my editor:
    https://i91.photobucket.com/albums/k308/eventors/Text-color.png

    When I change the text color to black it always goes back to gray when I reopen editor. Is there a way to make black text the default?

    https://whereisbuddylee.com

    If you scroll down my posts, some have grey type and some have black (text box to the right of photos)

    Thanks, Jeff

    Edit style.css and change:

    body {
        color: #555555;
    }

    to:

    body {
        color: #000;
    }

    But bear in mind that your site has a white background. The contrast between this and the black text will make reading extremely difficult for some visitors to your site and will rapidly cause eye strain for most visitors. That is why the theme’s developer used a dark grey color – to minimise these issues.

    Thread Starter eventors

    (@eventors)

    Thanks very much. I agree with the black on white. I have been using this theme for a year and didn’t realize that the default was grey text until I wanted to put a black bold line of type under a video.
    I appreciate your help!
    Do you use or have a favorite plugin for a more comprehensive editor that allows for different font sizes and styles?

    Jeff

    Sorry – I don’t. I just edit the stylesheet(s). ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Select Text Color Defaults to Grey’ is closed to new replies.