Home Forums WoodMart support forum color changes Reply To: color changes

#331870

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .product_meta > span span.sku {
    color: #000000;
}
body div.quantity input[type="button"] {
    color: #000000;
    border-color:#000000;
}
body div.quantity input[type="number"],
body div.quantity input[type="button"] {
    color: #000000;
    border-color:#000000;
}

Best Regards