I'm trying to change the colors of my buttons from a default reddish color to something more pink. So I go to my child theme and insert the following code:
.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {
background: none repeat scroll 0% 0% #DB397E !important;
}
But the red color is still being used!
Why doesn't WC just have settings for this directly in the wp-admin. It just does not make sense to me.
An example of this can be found here: http://ift.tt/1AOUVN3
Look at the Filter button on the right. I can't seem to change it to any other color but that red.
So any idea how I can make that button background color to what I want?
Aucun commentaire:
Enregistrer un commentaire