Please see the right sidebar at…
http://www.pigomultimedia.com/testing_area/beta_site_9V/shop
1) The “View cart” and “Checkout” buttons are staggered. How do we fix this?
2) How do we ed the CSS of the cart buttons so that the button text is more bold or a different color ?
Thanks in advance.
Hey,
You can add this on your custom.css or Quick CSS
.woocommerce-page .button {
min-width: 105px;
padding: 15px;
font-size: 12px;
width: auto;
font-weight: bold;
color: black !important;
}
Regards,
Ismael
Awesome. Thanks!