Home › Forums › WoodMart support forum › Classe for primary buttons › Reply To: Classe for primary buttons
November 11, 2021 at 11:41 am
#331110
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body button.configure-product.configure-product-simple {
background-color: yellow;
color: red;
margin-bottom: 10px;
}
body button.configure-product.configure-product-simple:hover {
background-color: orange;
color: red;
margin-bottom: 10px;
}
Please set the colors as per your needs. The first snipped is for the default button state, the second is for the hover state.
Best Regards