我在我的网站上使用woocommerce(http://masterscoffeeandwater.com/bottled-water/),我想在我的网站上设置按钮“添加到购物车”,目前它显示为非常无聊的文字链接..
我在CSS下面使用但是它不起作用
.single_add_to_cart_button:hover {
background: green !important;
}
.single_add_to_cart_button {
background: red !important;
}
任何帮助将不胜感激
我被困在这里
答案 0 :(得分:0)
将您的班级'single_add_to_cart_button'添加到add-to-cart.php(wp-content / themes / YOUR THEME / woocommerce / loop / add-to-cart.php)
你会在那里找到'锚'标签。只需在其中添加类。