• I am using theme Twenty-Twelve. The text color appears to be gray.

    Is there a way to globally change the text to black?

    Or is there another theme that has black text?

    Thanks.

Viewing 1 replies (of 1 total)
  • Ramanan

    (@superpoincare)

    Go to Appearance in the menu on the left and choose Customize and in the menu you get after the page loads has the option Additional CSS. In that type:

    body {
    	color: black;
    }

    That doesn’t change everything to black, just the main text, but if you learn a bit of CSS, you can add more code like above.

Viewing 1 replies (of 1 total)
  • The topic ‘BLACK TEXT’ is closed to new replies.