HI jurridk,
It’s so hard to give you exact suggestion since your question is so general and I don’t know exactly text in which part of your site you want to change the color. Basically, all colors are defined in css and you can find it here:
Open templates/ja_mendozite/css/template.css file
Find
body {
color: #555;
font-family: Arial, Helvetica, sans-serif;
}
body#bd { background: #eee; color: #555; line-height: 1.6; }
div.ja-moduletable.has-icon:hover h3 {
color: #d05338;
}
You can replace text in red or you can find all color on this file and change to your desired color.
Don’t forget to clear cache from Admin area after changing