DRAFT: This module has unpublished changes.

How to Change Border around Section menu

 

Changing your Border color around the Section menu is done through the Custom CSS section.

 

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

 

To change the color of the border around the section menu, replace the 6 digit code in border: ; with the color code of your choice.

 

#module_topnav {

border: 1px solid #66ee33

}

 

Note: Border color around the section menus is not visible under the Edit tab. You can only view it after publishing your changes.

 

DRAFT: This module has unpublished changes.