Woocommerce添加到购物车按钮样式

时间:2015-03-17 23:34:27

标签: css wordpress woocommerce

我在我的网站上使用woocommerce(http://masterscoffeeandwater.com/bottled-water/),我想在我的网站上设置按钮“添加到购物车”,目前它显示为非常无聊的文字链接..

我在CSS下面使用但是它不起作用

.single_add_to_cart_button:hover {
    background: green !important;
}
.single_add_to_cart_button {
    background: red !important;
}

任何帮助将不胜感激

我被困在这里

1 个答案:

答案 0 :(得分:0)

将您的班级'single_add_to_cart_button'添加到add-to-cart.php(wp-content / themes / YOUR THEME / woocommerce / loop / add-to-cart.php)

你会在那里找到'锚'标签。只需在其中添加类。