Hi !
You can change it following way below :
Open style.css file in plugins/content/ja_tabs/themes/labra folder , find following code section at about line 64 :
.ja-tabs-title-top ul li.active h3 span, .ja-tabs-title-top ul li.firstactive h3 span, .ja-tabs-title-top ul li.lastactive h3 span {
background:transparent url(tab-active.gif) no-repeat scroll right top;
display:block;
line-height:30px;
}
change to :
.ja-tabs-title-top ul li.active h3 span, .ja-tabs-title-top ul li.firstactive h3 span, .ja-tabs-title-top ul li.lastactive h3 span {
background:transparent url(tab-active.gif) no-repeat scroll right top;
display:block;
line-height:30px;
color:#DDDDDD;
}