Within file path —> /templates/ja_rasite/css/template.css
at line 811, you will see the following:
div.ja-moduletable h3 span strong.first-word strong, div.moduletable h3 span strong.first-word strong {
background: url("../images/title-brown.gif") no-repeat scroll right top transparent;
display: inline-block;
line-height: 20px;
margin: 0;
padding: 0 10px 0 0;
}
The background color for the buttons is an image file – title-brown.gif
To change the background color for your buttons, you can simply replace that image with another of the color of your choosing.
🙂