Wrote the following too the 'custom.css' file.
.btn-primary {
background: linear-gradient(135deg,#ff5f00,#ff0000);
}
.ja-masthead-title {
background: linear-gradient(135deg,#ff9400,#ff5f00);
}
.module-title {
color: #ff9400;
}
The 'Button' and the 'Module-Title' work fine not sure if I wrote the correct code for the 'JA-Masthead-Title' to effect a color change.
Any assistence in this regard would be most welcome.
Thank you in advance