the home of the wordpress wppizza plugin
WPPizza – A Restaurant Plugin for WordPress › Support › General Support › add-to cart Button color
hy Olly I want to change the color of add to cart (see Photo), I tried to insert this css string in the custom css of thema .wppizza-cart-button > a > input {background-color: #c71c0c;} but it doesn’t work, what can I do? thank you
please use your browsers element inspector to identify classes of elements . your css is trying to target something that does not exist
hi olly the browser element inspector tells me this but now I don’t know how to use it.
<input id=”wppizza-diy-to-cart-10″ class=”btn btn-primary wppizza-diy-to-cart” type=”button” value=”In den warenkorb”>
ok I solved it like this: .wppizza-diy-to-cart{color: #c71c0c;}
Glad to hear you got it solved