DRAFT: This module has unpublished changes.

How to Change Section Colors

 

Changing your Page Tab 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

' .navigation_topnav a { ' section. 

 

To change the color of the page tab, replace the code after

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

 

.navigation_topnav a {

 color:#66ee33;

 font-family: Verdana,Helvetica,Arial,sans-serif;

 

DRAFT: This module has unpublished changes.