<em>@csphuket 198811 wrote:</em><blockquote>I haven’t put this site on to server, just try to adjust the template on AppServ localhost only. Anyway, I have seen that the demo of this template showed different color of the border, so I think you might know where to change the element, I can modify it if I found the correct target. Thank you.</blockquote>
Since I have not got your site, so I can not ensure I will give you the most exact target, but plz look at below code in file templates/ja_mesolite_ii/css/ja.vm.css
.addtocart_button_module,
.notify_button,
input.addtocart_button {
padding: 0 20px 0 0;
width: 102px;
height: 22px;
background: url(../images/bt-addtocart.gif) no-repeat left top #00A9DD;
border: none;
text-indent: 20px;
color: #FFFFFF;
font-weight: bold;
margin-top: 5px;
cursor: pointer;
direction: ltr;
}
That is the css style of “Add to cart” button.