Dear supun,
Very sorry for this late response, how’s it going on now?
If you still face this issue, please go to file: …templateja_socialcsscss3.css
Please scroll down and find div of : ja-moduletable:
div.ja-moduletable h3, div.moduletable h3 {
border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0; <--- change to -moz-boder-radius: 0 0 0 0;
text-shadow: 0px -1px 0 rgba(0,0,0,.6);
}
div.ja-moduletable, div.moduletable {
border-radius: 8px;
-moz-border-radius: 8px; <-- change to 0;
-webkit-border-radius: 8px;
box-shadow: 0 1px 0 rgba(0,0,0,.4);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.4);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.4);
}
Hope this help you 🙂