DRAFT: This module has unpublished changes.

How to Change Section Colors

 

Changing your Page Tab color is done through the Custom CSS section. 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.