• Justin,

    FYI, I just updated to WP 3.9. When using your Stargazer theme with the WP visual text editor, I get a 100% opaque white highlight over the selected text. In other words, I can’t see what I’m highlighting. I don’t rely on the visual editor myself. But, I just thought you should know.

    Cheers,
    Scott

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am facing the same thing. Tried all tricks like Disabling and Enabling the Visual editor, Adding concat expression to wp-config, replacing tinymce folder, editing themes all CSS files, changing selection area from #fff to #333… but noting is working.

    Ok. Got something working… at least something,

    Go to style.min.css file of Stargazer theme. Find this line;

    ::selection{color:#fff}

    and replace with this

    ::selection{color:#333}

    Don’t forget to remove all other tricks like concat expression from WP-config, etc.

    Also, clear your browser completely. Log back in and check.

    This is not full-proof as it doesn’t provide selection area/border but at least text stopped vanishing when I select.

    Will keep poking the code to get it working. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue highlighting text in the WP visual editor’ is closed to new replies.