答案 0 :(得分:0)
更改单个商品页面标签
$(document).ready(function(){
$('main#loadintothis .summary table.variations td.label label').text('you label text here');
});
您可以使用此css
为产品主图像添加纯白色轮廓
main#loadintothis ul.slides img {
padding: 3px;
border: 1px solid #fff;
}