To Change The Title Color
Within templates/ja_methys/css/template.css . . . at line 849
/* Masstop Banner ---*/
a.ja-mass-top-banner {
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
font-size: 750%;
text-decoration: none;
color: #111;
line-height: 1;
}
Change the “color” property to whatever shade of red you want.
If you need some assistance in identifying the hex code for the color you want, Adobe Kuler is a very helpful tool.
To Change The Title Color on Hover
Within templates/ja_methys/css/template.css . . . at line 7
a:hover, a:active, a:focus {
}
As with above, change the “color” property to whatever color you want.
Hope that helps.
😎