Hi,
“I would like for the button to turn black background and yellow letters and border when it’s clicked” – please use this:
Shop Button Hover Styles
.woocommerce form.cart button.add_to_cart_button:hover,
#jckqv .cart .add_to_cart_button:hover,
#jckqv .cart .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button.button.alt:hover {
border-color: #ffe684!important;
color: #ffe684!important;
background: #000!important;
}
– David.