DRAFT: This module has unpublished changes.

 How to Change Your ePortfolio Colors

 

After logging into your ePortfolio, click on Portfolio Tools and select Settings.

 

 

 

Under Choose a Theme, click on Customize.

 

 

Scroll down until you see Custom CSS.

 

 

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 be generated.

 

 

 

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

 

Use the generated hexadecimal color code after background: # 

 

body {

background: #66ee33;

color: #222222;

}

 

 

**Do not delete the # or the ; markers.

 

Click Save on the bottom left. You should now see the ePortfolio's new background color.

 

Note: The default color of the text in ePortfolio is black. Make sure to choose a background color that will allow your text to be visible to viewers.

 

DRAFT: This module has unpublished changes.