<em>@lumpkan1 304229 wrote:</em><blockquote>Can someone tell me how to change the color of the footer on the ja-community template? Am currently using the light blue but I need to change the color to a darker color.</blockquote>
Open template.css – within the following file path –> /templates/ja_community_plus/css/template.css
at/about line 887, you should see the following:
/* Bot spotlight ---*/
#ja-botsl .main {
background: url(../images/botsl-bg.gif) repeat-x left bottom #282421;
color: #958678; padding: 0;
}
You will need to modify the background property accordingly.
Hope That Helps