DRAFT: This module has unpublished changes.

How to Change Module Text Color

 

The steps for changing text color are similar to changing the ePortfolio background.

 

This link brings you to a color palette generator: http://html-color-codes.info/

 

Scroll down on the page to the HTML Color Picker. From here, click around on the color palette until you find the desired color. The hexadecimal code for that color will generate.

 

   

 

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

Use the generated hexadecimal color code after color: # to change 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.