DRAFT: This module has unpublished changes.

How to Change Page Background Color

 

Changing your Navigation bar color is also done through the Custom CSS section. Information on accessing the Custom CSS section can be accessed here:

 Changing Your ePortfolio Colors

  

Once inside the Custom CSS section, we are going to change the code in the ' #header_container, # main_container { ' section. 

 

To change the page background color, replace the code after

' background-color: # ' with the color code of your choice.

 

 

#header_container, #main_container {

background-color: #66ee33;

border-color:#FFFFFF;

border-style:solid;

border-width:0 10px;

position:relative;

}

 Note: Make sure your text and background combination are easy for the viewer to read as well as professional. 

DRAFT: This module has unpublished changes.