Hi egosophist
Add to the /templates/ja_social_ii//local/css/custom.css file below code :
.t3-section .section-header h3 {
color:#fef2f2;
}
http://prntscr.com/ixpo0k
How can you change the font...Just curious...
Look at THIS documentation page
Or you can add single font in the same file showed above
http://prntscr.com/ixppog
.t3-section .section-header h3 {
color:#fef2f2;
font-family:lato;
}
where lato is the name of font.
Hope it helps
Regards