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.'

 

 

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 the code in the ' body { ' section.

 

In the below section, we replace the hexadecimal color code of your choice after  ' background: #     

 

body {

background: #66ee33;

color: #222222;

}

 

 

**Do not delete the '#' or the ';'

 

When you're done replacing the color, click 'Save' on the bottom left of the page.

You should now see your 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.

 

For information on changing text color, click here 

 

DRAFT: This module has unpublished changes.