I’m thinking the CSS controlling the border element is as follows . . .
Open your template.css file (within path /templates/ja_teline_iV/css/template.css)
at line 452, you should see the following . . .
/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
border-bottom: 1px solid #ddd;
border-top: 4px solid #ccc;
color: #000;
font: normal 125%/normal ArialNarrowBold, "Arial Narrow", Arial, sans-serif;
margin: 0;
padding: 8px 8px 5px;
text-transform: uppercase;
}
div.ja-moduletable, div.moduletable {
background: #fff;
border: 1px solid #ccc;
margin: 2px 2px 4px 2px;
padding: 0;
}
[FONT=arial]Play around with the “border” parameters within those two CSS rules until you achieve the result you want.
SAVE CHANGES … CLEAR CACHE … REFRESH PAGE
Let me know if that works for you.
[/FONT]