style woocommerce buttons

This commit is contained in:
2025-04-10 11:58:41 +05:00
parent e08e6b56cc
commit 78690f1fd0
3 changed files with 22 additions and 1 deletions

View File

@ -715,5 +715,15 @@ body {
display: none;
}
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-components-button:not(.is-link) {
background-color: var(wp--preset--color--foreground);
color: var(--wp--preset--color--background);
text-transform: uppercase;
transition: all 0.125s ease-in-out;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wc-block-components-button:not(.is-link):hover {
background-color: white;
color: black;
}
/*# sourceMappingURL=custom.css.map */