<em>@andrewawad 265732 wrote:</em><blockquote>Hi There,
I did change some of the Module Border colors and back color. Now I would like to change the Module Header Name to be While and the right menus module to be Red, How can I do that?
Please find the like below.
http://vitalfewllc.com/new/index.php/about-vitafew/history
Thanks</blockquote>
Hi,
You replace this code from /templates/ja_business/core/themes/blue/css/template.css in the line #8
div.ja-moduletable h3, div.moduletable h3, div.ja-module h3, div.module h3 {
color: #1A7BB9;
}
with
div.ja-moduletable h3, div.moduletable h3, div.ja-module h3, div.module h3 {
color: red;
}