Share via

White text on black background in Word 2010

Anonymous
2020-03-17T09:09:25+00:00

I want to create a Word 2010 document on a black background with white text. As soon as I start to write into the black my text line gets a white background by itself so that the white text becomes invisible (see screenshot). How can I make Word write just white text on a black background? 

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

13 answers

Sort by: Most helpful
  1. Stefan Blom 341.2K Reputation points MVP Volunteer Moderator
    2020-03-18T11:51:50+00:00

    Looking at your example, the Normal style contains shading which cannot be removed via the user interface. However, running the following macro did the trick:

    Sub RemoveCharacterShading()

    'Stefan Blom, MVP, March 2020

    ActiveDocument.Styles(wdStyleNormal).Font _

    .Shading.BackgroundPatternColorIndex = wdAuto

    End Sub

    You will also have to select the text in the document and remove direct font formatting (press Ctrl+SpaceBar to do that).

    Here is a screen shot of the result:

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  2. Doug Robbins - MVP - Office Apps and Services 323K Reputation points MVP Volunteer Moderator
    2020-03-18T11:42:45+00:00

    Select the text in the document and then go to the Borders and Shading dialog and set the fill to No Color

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2020-03-18T07:10:17+00:00

    Share an example document with the forum. You can upload it to OneDrive or Dropbox, make the document public and post a link here.

    There is an example document attached to my original post. However, I'll try to make another one available via Dropbox. G.R.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2020-03-17T09:53:23+00:00

    Sorry, this does not answer my question. I have no problem with changing the page background to black. My problem is how to change the LINE background which is white, to black, as seen in my screenshot.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2020-03-17T09:27:14+00:00

    Was this answer helpful?

    0 comments No comments