DRAFT: This module has unpublished changes.

How to Change Bottom Border

 

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 #footer_container { } section. 

 

To change the bottom border color, replace the 6 digit code in border-top:1px solid#: with the color code of your choice.

 

#footer_container {

 background:none;

 border-top:1px solid #66ee33;

}

_________________________________________________________________

 

Change Border Style

 

If you want to change the border style to a dashed line instead of solid, replace "solid" with "dashed" in border-top:1px solid#:66ee33;

 

Note: The bottom border color is not visible under the Edit tab. To view the changed bottom border color, you must save and publish your changes.

DRAFT: This module has unpublished changes.