"加入购物车" &安培; "保存设计"按钮显示如下图像。
我想展示" SAVE DESIGN"按钮就像"添加到购物车"
表示我想删除第一个背景颜色也是点符号。
"添加到购物车的代码"
.product-view .add-to-cart-buttons .button {
float: left;
font-size: 14px;
font-weight: normal !important;
line-height: 35px;
min-height: 35px;
min-width: 120px;
padding: 0 !important;
white-space: normal;
width: 100%;
}
代码"保存设计"
#aitcg-control-panel {
position: absolute;
right: 200px;
bottom: 107px;
z-index: 1;
padding: 5px !important;
background:#ff7704;
}
当我使用我们申请的相同css"添加到购物车"按钮,但它确实对我有效。
演示链接:请访问link,您可以看到"添加到购物车&节省设计"页面中间的部分。
答案 0 :(得分:1)
请在样式表中添加此样式
#aitcg-tooltip .aitcg-button.apply-but {
background-color: transparent !important;
border: 0 none;
color: orange;
}
div#aitcg-control-panel .aitcg-button {
background-color: transparent;
border: 0 none;
box-shadow: none;
color: #fff;
font-family: "Roboto Condensed",sans-serif;
font-size: 14px;
font-weight: normal;
margin: 0;
min-height: 26px;
padding: 0;
width: 120px;
}
#aitcg-control-panel button:nth-child(2) {
display: none;
}
希望这会有所帮助。感谢