DRAFT: This module has unpublished changes.

How to Change Section Background

 

Changing your Border color between Banner and Sections is done through the Custom CSS section.

 

Once inside the Custom CSS section, we are going to change the code in the .navigation_topnav { } section. 

 

To change the color of the section background, replace the 6 digit code in background-color: with the color code of your choice.

 

.navigation_topnav {

background-color:#66ee33;

}

 

DRAFT: This module has unpublished changes.