DRAFT: This module has unpublished changes.

How to Change Module Text Color

 

The steps for changing your text color are similar to changing your ePortfolio background found here: Changing Your ePortfolio Colors

  

The following link brings you to a color palette generator. When you scroll down on the page to HTML Color Picker, you may click around on the color palette until you find a color of your liking. The hexadecimal code for that color will be generated in a box on the right corner.

    http://html-color-codes.info/

 

We are going to change to code in the ' body { ' section.

In the below section, we replace the code after ' color: ' to change just the font color.

body  {

background:#EEEEEE;

color: #66ee33;

}

Note: Be sure to change your text to a color that will still be visible against your background. 

DRAFT: This module has unpublished changes.