Hi Rob,
To change these typo globally, you need to change in LESS file (Remember to backup your site first):
ROOT/templates/ja_morgan/less/themes/style-2/variables.less
Look for this line:
@brand-secondary: #1e375c;
and change to your desired color
With the font, you edit this file: ROOT/templates/ja_morgan/less/variables.less
// Typography
// -------------------------
@font-family-sans-serif: "PTRootUI", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
@font-size-base: 16px;
@font-size-large: 18px;
@font-size-small: ceil(@font-size-base * 0.75); // ~12px
change @font-family-sans-serif to your own font
and edit the @font-size-base variable
Finally, you need to compile less to css: https://www.t3-framework.org/documentation/bs3-configuration#compile-less