jeffhoneyager
Hi,
You can inspect element and see like this: http://prntscr.com/khvsmv
To override this, you can add this custom css:
.navbar-default.t3-mainnav {
background-color: your_color;
border-color: your_color;
}
add into the file: root/templates/ja_lawfirm (your default template)/css/custom.css (Create this file if it doesn't exist)
For the width of menu, you can go to file: root/templates/ja_lawfirm/tpls/blocks/header.php
and change the class col-sm-9 to col-sm-8 and increase the col-sm-3 to col-sm-4: http://prntscr.com/khvtc9
Regards