DRAFT: This module has unpublished changes.

How to Change Border between Banner and Sections

 

Changing your Border color between Banner and Sections 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 .title{ ' section. 

 

To change the color of the border between banner and sections, replace the 6 digit code in:

' border-bottom:2px solid #66ee33 !important; ' with the color code of your choice.

 

#header_container .title {

border-bottom:2px solid #66ee33 !important;

padding:15px;

}

 

 

DRAFT: This module has unpublished changes.
DRAFT: This module has unpublished changes.
DRAFT: This module has unpublished changes.