To remove the border from the articles Back up and open /templates/ja_nickel/css/template.css around line 207
change this code :
[PHP].article-content img {
margin-right: 10px;
margin-top: 5px;
padding: 3px;
border: 1px solid #DDDDDD;[/PHP]
to this
[PHP].article-content img {
margin-right: 10px;
margin-top: 5px;
padding: 3px;
border: none;[/PHP]
To remove the border from module pics. edit the same file at line 1188.
change this code
[PHP]
div.ja-innerdiv img {
margin: 5px 10px 0 0;
padding: 3px;
border: 1px solid #DDDDDD;[/PHP]
to
[PHP]div.ja-innerdiv img {
margin: 5px 10px 0 0;
padding: 3px;
border: none;[/PHP]
This will help.
regards
arvind