This way will help you to do that
Open templates/ja_lens/css/template.css file
From
h1.componentheading,
.componentheading,
.content-inner div > h1{
font-size: 400%;
color: #333;
font-family: 'MontserratRegular',sans-serif;
font-weight: normal;
text-transform: uppercase;
width: 960px;
margin: -117px auto 60px -20px;
line-height: 1.6;
}
Change to
h1.componentheading,
.componentheading,
.content-inner div > h1{
font-size: 400%;
color: gold;
font-family: 'MontserratRegular',sans-serif;
font-weight: normal;
text-transform: uppercase;
width: 960px;
margin: -117px auto 60px -20px;
line-height: 1.6;
}