【发布时间】:2015-03-18 13:04:31
【问题描述】:
我在我的网站上使用 woocommerce (http://masterscoffeeandwater.com/bottled-water/),我想在我的网站上设置“添加到购物车”按钮的样式,目前它显示为非常无聊的文本链接..
我正在使用下面的 CSS 但它不起作用
.single_add_to_cart_button:hover {
background: green !important;
}
.single_add_to_cart_button {
background: red !important;
}
任何帮助将不胜感激
我被困在这里
【问题讨论】:
标签: css wordpress woocommerce