gpt4 book ai didi

php - 在 woocommerce 旁边添加图标添加到购物车按钮

转载 作者:行者123 更新时间:2023-11-28 16:00:01 25 4
gpt4 key购买 nike

我是编码新手,所以我在我的商店中使用 wordpress 和 woocomerce,请查看下图,这是我的计划。但是你能教我正确的方法吗?

如何将图片放在添加到购物车文本之前?

how can i put image before the add to cart text

.prod_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
text-align: center;
margin-top: 20px;
border: 1px solid #000;
border-radius: 5px;
font-size: 15px;
background-color: transparent;
background: url('../img/1.png') no-repeat;

}

最佳答案

您应该添加 display:blockdisplay:inline-block 并将背景更改为 background:url('../img/1.png' ) no-repeat left 10px center transparent

left 10px 将图像放置在距按钮左侧 10px 处。您还应该为按钮设置一些填充或设置宽度和高度。

关于php - 在 woocommerce 旁边添加图标添加到购物车按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40322917/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com